Skip to content

Commit ef253eb

Browse files
v0.1.1
1 parent 91414b5 commit ef253eb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
History
44
-------
55

6+
0.1.1 (2017-12-08)
7+
++++++++++++++++++
8+
9+
* Add example project.
10+
611
0.1.0 (2017-12-07)
712
++++++++++++++++++
813

rest_polymorphic/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.1.0'
1+
__version__ = '0.1.1'
22
__title__ = 'django-rest-polymorphic'
33
__description__ = 'Polymorphic serializers for Django REST Framework.'
44
__url__ = 'https://github.com/apirobot/django-rest-polymorphic'

0 commit comments

Comments
 (0)