Version 2.1.12

This commit is contained in:
Tom Christie 2012-12-21 09:18:35 +00:00
parent fb4bbf7d98
commit 79aea2f0d0
3 changed files with 12 additions and 2 deletions

View File

@ -60,6 +60,14 @@ To run the tests.
# Changelog # Changelog
### 2.1.12
**Date**: 21st Dec 2012
* Bugfix: Fix bug that could occur using ChoiceField.
* Bugfix: Fix exception in browseable API on DELETE.
* Bugfix: Fix issue where pk was was being set to a string if set by URL kwarg.
## 2.1.11 ## 2.1.11
**Date**: 17th Dec 2012 **Date**: 17th Dec 2012

View File

@ -6,7 +6,9 @@
## 2.1.x series ## 2.1.x series
### Master ### 2.1.12
**Date**: 21st Dec 2012
* Bugfix: Fix bug that could occur using ChoiceField. * Bugfix: Fix bug that could occur using ChoiceField.
* Bugfix: Fix exception in browseable API on DELETE. * Bugfix: Fix exception in browseable API on DELETE.

View File

@ -1,3 +1,3 @@
__version__ = '2.1.11' __version__ = '2.1.12'
VERSION = __version__ # synonym VERSION = __version__ # synonym