define version number, update changelog

This commit is contained in:
Jan Dittberner 2015-01-11 15:32:46 +01:00
parent ba39e3f765
commit 1050f098f4
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
Changelog
=========
* :release:`0.4.0 <2015-01-11>`
* :feature:`-` add mysqltasks and pgsqltasks
* :feature:`-` add :py:mod:`userdbs` app to allow management of user databases
via :py:mod:`mysqltasks` and :py:mod:`pgsqltasks`

View File

@ -60,9 +60,9 @@ copyright = u'2014, 2015 Jan Dittberner'
# built documents.
#
# The short X.Y version.
version = '0.3'
version = '0.4'
# 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
# for a list of supported languages.