Skip to content

Commit

Permalink
Updated VERSION to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Mar 31, 2015
1 parent a7502e9 commit 5fd9c94
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

Version 1.2 [2015-03-31]
------------------------

- Added compatibility with Django Rest Framework 3.1.x
- Dropped compatibility with Django Rest Framework 2.x
- Updated classifier "Development Status" to "Beta"
- Added wheel format on pypi

Thanks to Jannon Frank (@jannon) for the DRF 3.1 patch.

Version 1.1 [2014-09-07]
------------------------

Expand Down
2 changes: 1 addition & 1 deletion rest_framework_hstore/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (1, 1, 0, 'final')
VERSION = (1, 2, 0, 'final')
__version__ = VERSION


Expand Down

0 comments on commit 5fd9c94

Please sign in to comment.