diff --git a/HISTORY.rst b/HISTORY.rst index 7bf4f04..7d4f47b 100644 --- a/HISTORY.rst +++ b/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 `_. +* Removed support for Django1.8 with DRF2.x + 0.2 (2015-02-09) ~~~~~~~~~~~~~~~~ diff --git a/rest_framework_bulk/__init__.py b/rest_framework_bulk/__init__.py index 7dceaaf..1d7f9a3 100644 --- a/rest_framework_bulk/__init__.py +++ b/rest_framework_bulk/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.2' +__version__ = '0.2.1' __author__ = 'Miroslav Shubernetskiy' try: