Skip to content

Commit 545bf7d

Browse files
committed
Bump to v2.0.3 for Django 2.1 support
1 parent 9a0268f commit 545bf7d

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

docs/changelog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
Changes in 2.0.3 (2018-08-24)
5+
-----------------------------
6+
7+
* Fixed admin crash for Django 2.1 with missing ``use_required_attribute``.
8+
9+
410
Changes in 2.0.2 (2018-02-05)
511
-----------------------------
612

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161
# built documents.
6262
#
6363
# The short X.Y version.
64-
version = '2.0.2'
64+
version = '2.0.3'
6565
# The full version, including alpha/beta/rc tags.
66-
release = '2.0.2'
66+
release = '2.0.3'
6767

6868
# The language for content autogenerated by Sphinx. Refer to documentation
6969
# for a list of supported languages.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = django-polymorphic
3-
version = 2.0.2
3+
version = 2.0.3
44
description = Seamless polymorphic inheritance for Django models
55
long_description = file:README.rst
66
author = Bert Constantin

0 commit comments

Comments
 (0)