We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91414b5 commit ef253ebCopy full SHA for ef253eb
HISTORY.rst
@@ -3,6 +3,11 @@
3
History
4
-------
5
6
+0.1.1 (2017-12-08)
7
+++++++++++++++++++
8
+
9
+* Add example project.
10
11
0.1.0 (2017-12-07)
12
++++++++++++++++++
13
rest_polymorphic/__version__.py
@@ -1,4 +1,4 @@
1
-__version__ = '0.1.0'
+__version__ = '0.1.1'
2
__title__ = 'django-rest-polymorphic'
__description__ = 'Polymorphic serializers for Django REST Framework.'
__url__ = 'https://github.com/apirobot/django-rest-polymorphic'
0 commit comments