diff --git a/docs/changelog.rst b/docs/changelog.rst index 43c04ba..8d24e5c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,13 +1,14 @@ Changelog ========= +* :release:`0.2.0 <2014-12-27>` * :support:`-` restrict permissions of mailbox base directories to be read only * :feature:`-` add new mailbox handling tasks :py:func:`osusers.tasks.create_file_mailbox` and :py:func:`osusers.tasks.delete_file_mailbox` * :support:`-` move celery routers into gvacommon that is in it's own repository to be used by others (gva, gvaldap) -* :bug:`-` sftp directories are now owned by root instead of user +* :bug:`- major` sftp directories are now owned by root instead of user * :release:`0.1.0 <2014-12-26>` * :support:`-` configure celery task serialization, add routing for ldap tasks diff --git a/docs/conf.py b/docs/conf.py index 4b944cd..ee786a2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,9 +62,9 @@ copyright = u'2014, Jan Dittberner' # built documents. # # The short X.Y version. -version = '0.1.0' +version = '0.2.0' # The full version, including alpha/beta/rc tags. -release = '0.1.0' +release = '0.2.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.