Bump to v2.1.1

fix_request_path_info
Diederik van der Boor 2019-07-15 10:20:28 +02:00
parent 407679895f
commit f0c34297f4
No known key found for this signature in database
GPG Key ID: 4FA014E0305E73C1
3 changed files with 9 additions and 3 deletions

View File

@ -1,6 +1,12 @@
Changelog Changelog
========= =========
Changes in 2.1.1 (2019-07-15)
-----------------------------
* Fixed admin import error due to ``isort`` changes.
Changes in 2.1 (2019-07-15) Changes in 2.1 (2019-07-15)
--------------------------- ---------------------------

View File

@ -61,9 +61,9 @@ copyright = u"2013, Bert Constantin, Chris Glass, Diederik van der Boor"
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = "2.1" version = "2.1.1"
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = "2.1" release = "2.1.1"
# 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.

View File

@ -1,6 +1,6 @@
[metadata] [metadata]
name = django-polymorphic name = django-polymorphic
version = 2.1 version = 2.1.1
description = Seamless polymorphic inheritance for Django models description = Seamless polymorphic inheritance for Django models
long_description = file:README.rst long_description = file:README.rst
author = Bert Constantin author = Bert Constantin