Version 2.1.13

This commit is contained in:
Tom Christie 2012-12-28 12:45:05 +00:00
parent acdb69be52
commit f7a82b6aee
2 changed files with 8 additions and 1 deletions

View File

@ -81,6 +81,13 @@ To run the tests.
# Changelog
### 2.1.13
**Date**: 28th Dec 2012
* Support configurable `STATICFILES_STORAGE` storage.
* Bugfix: Related fields now respect the required flag, and may be required=False.
### 2.1.12
**Date**: 21st Dec 2012

View File

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