From ad4e6e90c82f897300c1c135bd7a95e4b2d802a3 Mon Sep 17 00:00:00 2001 From: Diederik van der Boor Date: Mon, 15 Jul 2019 22:15:05 +0200 Subject: [PATCH] Bump to v2.1.2 --- docs/changelog.rst | 6 ++++++ docs/conf.py | 4 ++-- setup.cfg | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 7e57d94..426c0d4 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,12 @@ Changelog ========= +Changes in 2.1.2 (2019-17-15) +----------------------------- + +* Fix ``PolymorphicInlineModelAdmin`` media jQuery include for Django 2.0+ + + Changes in 2.1.1 (2019-07-15) ----------------------------- diff --git a/docs/conf.py b/docs/conf.py index d048b2a..98d68f9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -61,9 +61,9 @@ copyright = u"2013, Bert Constantin, Chris Glass, Diederik van der Boor" # built documents. # # The short X.Y version. -version = "2.1.1" +version = "2.1.2" # The full version, including alpha/beta/rc tags. -release = "2.1.1" +release = "2.1.2" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.cfg b/setup.cfg index 9210499..a805f90 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-polymorphic -version = 2.1.1 +version = 2.1.2 description = Seamless polymorphic inheritance for Django models long_description = file:README.rst author = Bert Constantin