diff --git a/docs/changelog.txt b/docs/changelog.txt index e503f9a..9271c6e 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -1,13 +1,15 @@ Changelog ========= -v1.2.1 (2011-09-05) +v1.2.1 (2011-09-07) ------------------- * Fixed a wrong use of the non-lazy localization tools. * Fixed bugs in the documentation. +* Make use of django-appconf and versiontools. + v1.2 (2011-08-15) ----------------- diff --git a/docs/conf.py b/docs/conf.py index 0364d2b..98092ec 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -47,7 +47,7 @@ copyright = u'2007-2011, Jannis Leidel and contributors' # The short X.Y version. version = '1.2' # The full version, including alpha/beta/rc tags. -release = '1.2' +release = '1.2.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.