Skip to content

Commit 4d43368

Browse files
committed
Bump to v1.4.1
1 parent e94c319 commit 4d43368

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Changes in 1.4.1 (2017-08-01)
2+
-----------------------------
3+
4+
* Fixed inheriting ``PolymorphicMPTTModel`` in an abstract model.
5+
* Fixed ``PolymorphicMPTTQuerySet.as_manager()`` usage to return the proper manager.
6+
7+
18
Changes in 1.4 (2017-02-18)
29
---------------------------
310

polymorphic_tree/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# following PEP 440
2-
__version__ = "1.4"
2+
__version__ = "1.4.1"

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,14 @@ def find_version(*parts):
7272
'Programming Language :: Python :: 2.7',
7373
'Programming Language :: Python :: 3.3',
7474
'Programming Language :: Python :: 3.4',
75+
'Programming Language :: Python :: 3.5',
76+
'Programming Language :: Python :: 3.6',
7577
'Framework :: Django',
76-
'Framework :: Django :: 1.6',
7778
'Framework :: Django :: 1.7',
7879
'Framework :: Django :: 1.8',
7980
'Framework :: Django :: 1.9',
8081
'Framework :: Django :: 1.10',
82+
'Framework :: Django :: 1.11',
8183
'Topic :: Internet :: WWW/HTTP',
8284
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
8385
'Topic :: Software Development :: Libraries :: Python Modules',

0 commit comments

Comments
 (0)