Skip to content

Commit ad4e6e9

Browse files
committed
Bump to v2.1.2
1 parent c8463b1 commit ad4e6e9

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.1.2 (2019-17-15)
5+
-----------------------------
6+
7+
* Fix ``PolymorphicInlineModelAdmin`` media jQuery include for Django 2.0+
8+
9+
410
Changes in 2.1.1 (2019-07-15)
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.1.1"
64+
version = "2.1.2"
6565
# The full version, including alpha/beta/rc tags.
66-
release = "2.1.1"
66+
release = "2.1.2"
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.1.1
3+
version = 2.1.2
44
description = Seamless polymorphic inheritance for Django models
55
long_description = file:README.rst
66
author = Bert Constantin

0 commit comments

Comments
 (0)