release 0.3.0

-----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQEcBAABCgAGBQJUvXRoAAoJEA15HcjXN8HZDPQH/i9xzUprxDcr0M7AC3+1eP9+
 9zsSxOPfdUjgBFuo5azXqVNAq7FJwS4ZdpCmEMhWDDKoz7m+aoxNtU/2hrkwzFqS
 9dLvsxZQBqQjmOq8YwFFwqm6EVjzhX6JU/h6VRDwGHVhho7bHuGoPQPo0BLCVHS/
 36kV4rk89cUsVPm5m6aW0UkfpsTkNC0PCYz7A0Ez1uuCRqRoAxptRsV5cEqwK3UT
 lhG+86AMDxWLR3WV/gZ3fCCI3rCubk90RLd5nPUKs2/xNlhKTSVHDS39GKoBH1pr
 otvbL/o4OO5kWc39Ahc9eDSgzFFF9It72V1k2611DPl8c75RuA6os4m/W/Bbjxs=
 =egSt
 -----END PGP SIGNATURE-----

Merge tag '0.3.0'

release 0.3.0

* tag '0.3.0':
  update copyright years, add release version
This commit is contained in:
Jan Dittberner 2015-01-19 22:17:34 +01:00
commit 3ab1c8cdbb
3 changed files with 5 additions and 4 deletions

View file

@ -1,4 +1,4 @@
Copyright (c) 2014 Jan Dittberner Copyright (c) 2014, 2015 Jan Dittberner
Permission is hereby granted, free of charge, to any person Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation obtaining a copy of this software and associated documentation

View file

@ -1,6 +1,7 @@
Changelog Changelog
========= =========
* :release:`0.3.0 <2015-01-19>`
* :support:`-` move tasks from osusers to ldaptasks.tasks * :support:`-` move tasks from osusers to ldaptasks.tasks
* :release:`0.2.0 <2014-12-29>` * :release:`0.2.0 <2014-12-29>`

View file

@ -53,16 +53,16 @@ master_doc = 'index'
# General information about the project. # General information about the project.
project = u'gvaldap' project = u'gvaldap'
copyright = u'2014, Jan Dittberner' copyright = u'2014, 2015 Jan Dittberner'
# The version info for the project you're documenting, acts as replacement for # The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the # |version| and |release|, also used in various other places throughout the
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '0.2' version = '0.3'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '0.2.0' release = '0.3.0'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.