Version 2.1.10

This commit is contained in:
Tom Christie 2012-12-17 09:08:28 +00:00
parent 35f72cecb1
commit 70714c2346
3 changed files with 11 additions and 2 deletions

View File

@ -58,6 +58,13 @@ To run the tests.
# Changelog
## 2.1.10
**Date**: 17th Dec 2012
* Bugfix: Ensure read-only fields don't have model validation applied.
* Bugfix: Fix hyperlinked fields in paginated results.
## 2.1.9
**Date**: 11th Dec 2012

View File

@ -6,7 +6,9 @@
## 2.1.x series
### Master
### 2.1.10
**Date**: 17th Dec 2012
* Bugfix: Ensure read-only fields don't have model validation applied.
* Bugfix: Fix hyperlinked fields in paginated results.

View File

@ -1,3 +1,3 @@
__version__ = '2.1.9'
__version__ = '2.1.10'
VERSION = __version__ # synonym