Bump to v1.1b:
parent
04f2a62fd4
commit
d11bb17809
|
|
@ -1,7 +1,7 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
Version 1.1 (1.1b1)
|
Version 1.1 (1.1b2)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
* Added class based formset views in ``polymorphic/contrib/extra_views``.
|
* Added class based formset views in ``polymorphic/contrib/extra_views``.
|
||||||
|
|
|
||||||
|
|
@ -64,7 +64,7 @@ copyright = u'2013, Bert Constantin, Chris Glass, Diederik van der Boor'
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '1.1'
|
version = '1.1'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '1.1b1'
|
release = '1.1b2'
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ Please see LICENSE and AUTHORS for more information.
|
||||||
import django
|
import django
|
||||||
|
|
||||||
# See PEP 440 (https://www.python.org/dev/peps/pep-0440/)
|
# See PEP 440 (https://www.python.org/dev/peps/pep-0440/)
|
||||||
__version__ = "1.1b1"
|
__version__ = "1.1b2"
|
||||||
|
|
||||||
|
|
||||||
# Monkey-patch Django < 1.5 to allow ContentTypes for proxy models.
|
# Monkey-patch Django < 1.5 to allow ContentTypes for proxy models.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue