Skip to content

Commit

Permalink
bumped version and updated history [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
miki725 authored and blackrobot committed Nov 4, 2015
1 parent fa1e9fa commit c8f2106
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion rest_framework_bulk/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.2'
__version__ = '0.2.1'
__author__ = 'Miroslav Shubernetskiy'

try:
Expand Down

0 comments on commit c8f2106

Please sign in to comment.