Skip to content

Commit b4efb59

Browse files
committed
Release 3.0.0
1 parent c005410 commit b4efb59

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

docs/changelog.rst

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

4+
Changes in 3.0.0 (2020-08-21)
5+
-----------------------------
6+
7+
* Support for Django 3.X
8+
* Dropped support for python 2.X
9+
* A lot of various fixes and improvements by various authors. Thanks a lot!
10+
411
Changes in 2.1.2 (2019-07-15)
512
-----------------------------
613

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[metadata]
22
name = django-polymorphic
3-
version = 2.1.2
3+
version = 3.0.0
44
description = Seamless polymorphic inheritance for Django models
55
long_description = file:README.rst
66
author = Bert Constantin
77
author_email = bert.constantin@gmx.de
88
maintainer = Christopher Glass
9-
maintainer_email = tribaal@gmail.com
9+
maintainer_email = tribaal@ubuntu.com
1010
url = https://github.com/django-polymorphic/django-polymorphic
1111
download_url = https://github.com/django-polymorphic/django-polymorphic/tarball/master
1212
keywords = django, polymorphic

0 commit comments

Comments
 (0)