Browse Source

bumped version and updated history [ci skip]

Miroslav Shubernetskiy 10 years ago
parent
commit
a8265b12e1
2 changed files with 9 additions and 1 deletions
  1. 8 0
      HISTORY.rst
  2. 1 1
      rest_framework_bulk/__init__.py

+ 8 - 0
HISTORY.rst

@@ -3,6 +3,14 @@
 History
 -------
 
+0.2.1 (2015-04-26)
+~~~~~~~~~~~~~~~~~~
+
+* Fixed a bug which allowed to submit data for update to serializer
+  without update field.
+  See `#34 <https://github.com/miki725/django-rest-framework-bulk/issues/34>`_.
+* Removed support for Django1.8 with DRF2.x
+
 0.2 (2015-02-09)
 ~~~~~~~~~~~~~~~~
 

+ 1 - 1
rest_framework_bulk/__init__.py

@@ -1,4 +1,4 @@
-__version__ = '0.2'
+__version__ = '0.2.1'
 __author__ = 'Miroslav Shubernetskiy'
 
 try: