set version number, mark release in changelog
This commit is contained in:
parent
023a9eb448
commit
48558baafc
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
* :release:`0.4.0 <2015-01-24>`
|
||||||
* :feature:`-` add new task :py:func:`ldaptasks.tasks.set_ldap_user_password`
|
* :feature:`-` add new task :py:func:`ldaptasks.tasks.set_ldap_user_password`
|
||||||
|
|
||||||
* :release:`0.3.0 <2015-01-19>`
|
* :release:`0.3.0 <2015-01-19>`
|
||||||
|
|
|
@ -60,9 +60,9 @@ copyright = u'2014, 2015 Jan Dittberner'
|
||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '0.3'
|
version = '0.4'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '0.3.0'
|
release = '0.4.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.
|
||||||
|
|
Loading…
Reference in a new issue