Skip to content

Commit d5d5843

Browse files
committed
Bump to v1.3.1
1 parent 147c35d commit d5d5843

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

AUTHORS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,7 @@ Contributions by:
1111
* Evan Borgstrom (@borgstrom)
1212
* Mario Rosa (@vinnyrose)
1313
* Michael van de Waeter (@mvdwaeter)
14+
* Jakub Dorňák
15+
* Gonzalo Bustos
16+
* Jonathan Potter
17+
* Jorge Barata

CHANGES.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Changes in 1.3.1 (2016-11-29)
2+
-----------------------------
3+
4+
* Add Spanish (Argentina) language
5+
* Fix rendering of empty list items on Django 1.9+ that have non-existing attributes/objects.
6+
* Enforcing django-polymorphic_ >= 1.0.1 for Django 1.10.1 compatibility.
7+
(the previous version already required django-polymorphic_ 1.0)
8+
9+
110
Changes in 1.3
211
--------------
312

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.3"
2+
__version__ = "1.3.1"

0 commit comments

Comments
 (0)