From b4efb59cd5d6b1ce3e10fdb5c495fbe239d91ad7 Mon Sep 17 00:00:00 2001 From: Chris Glass Date: Fri, 21 Aug 2020 12:31:07 +0200 Subject: [PATCH] Release 3.0.0 --- docs/changelog.rst | 7 +++++++ setup.cfg | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index f557280..f086aad 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,13 @@ Changelog ========= +Changes in 3.0.0 (2020-08-21) +----------------------------- + +* Support for Django 3.X +* Dropped support for python 2.X +* A lot of various fixes and improvements by various authors. Thanks a lot! + Changes in 2.1.2 (2019-07-15) ----------------------------- diff --git a/setup.cfg b/setup.cfg index 8adea1e..a576a6e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,12 +1,12 @@ [metadata] name = django-polymorphic -version = 2.1.2 +version = 3.0.0 description = Seamless polymorphic inheritance for Django models long_description = file:README.rst author = Bert Constantin author_email = bert.constantin@gmx.de maintainer = Christopher Glass -maintainer_email = tribaal@gmail.com +maintainer_email = tribaal@ubuntu.com url = https://github.com/django-polymorphic/django-polymorphic download_url = https://github.com/django-polymorphic/django-polymorphic/tarball/master keywords = django, polymorphic