Bump to v1.1

This commit is contained in:
Diederik van der Boor
2017-02-03 22:08:48 +01:00
parent 7dc2f93148
commit 132e2cfdf9
3 changed files with 6 additions and 4 deletions
+4 -2
View File
@@ -1,12 +1,14 @@
Changelog
=========
Version 1.1 (1.1b2)
-------------------
Version 1.1 (2017-01-27)
------------------------
* Added class based formset views in ``polymorphic/contrib/extra_views``.
* Added helper function ``polymorphic.utils.reset_polymorphic_ctype()``.
This eases the migration old existing models to polymorphic.
* Fixed Python 2.6 issue.
* Fixed Django 1.6 support.
Version 1.0.2 (2016-10-14)
+1 -1
View File
@@ -64,7 +64,7 @@ copyright = u'2013, Bert Constantin, Chris Glass, Diederik van der Boor'
# The short X.Y version.
version = '1.1'
# The full version, including alpha/beta/rc tags.
release = '1.1b2'
release = '1.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.