update docs
This commit is contained in:
parent
6984033444
commit
05bc040856
2 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,11 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
* :release:`0.2.1 <2014-12-17>`
|
||||
* :support:`-` update Django to 1.7.1, update other dependencies, drop South
|
||||
* :bug:`-` wrap :py:meth:`ousers.models.UserManager.create_user` in
|
||||
transaction.atomic
|
||||
|
||||
* :release:`0.2.0 <2014-06-01>`
|
||||
* :feature:`-` full test suite for osusers
|
||||
* :feature:`-` full test suite for managemails app
|
||||
|
|
|
@ -55,9 +55,9 @@ copyright = u'2014, Jan Dittberner'
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '0.2.0'
|
||||
version = '0.2.1'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.2.0'
|
||||
release = '0.2.1'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
Loading…
Reference in a new issue