diff --git a/docs/changelog.rst b/docs/changelog.rst index f7ccf0d..8307437 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,7 @@ Changelog ========= +* :release:`0.2.3 <2014-12-26>` * :bug:`-` remove attribute readonly_fields from :py:class:`osusers.admin.UserAdmin` to make saving of additional groups work diff --git a/docs/conf.py b/docs/conf.py index bb980fe..3f2bc82 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,9 +55,9 @@ copyright = u'2014, Jan Dittberner' # built documents. # # The short X.Y version. -version = '0.2.2' +version = '0.2.3' # The full version, including alpha/beta/rc tags. -release = '0.2.2' +release = '0.2.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.