Commit 95aa99d8 by Tom Christie

Version 2.1.5

parent 412f737a
...@@ -58,6 +58,12 @@ To run the tests. ...@@ -58,6 +58,12 @@ To run the tests.
# Changelog # Changelog
## 2.1.5
**Date**: 23rd Nov 2012
* Bugfix: Fix DjangoModelPermissions.
## 2.1.4 ## 2.1.4
**Date**: 22nd Nov 2012 **Date**: 22nd Nov 2012
......
...@@ -4,6 +4,12 @@ ...@@ -4,6 +4,12 @@
> >
> — Eric S. Raymond, [The Cathedral and the Bazaar][cite]. > — Eric S. Raymond, [The Cathedral and the Bazaar][cite].
## 2.1.5
**Date**: 23rd Nov 2012
* Bugfix: Fix DjangoModelPermissions.
## 2.1.4 ## 2.1.4
**Date**: 22nd Nov 2012 **Date**: 22nd Nov 2012
......
__version__ = '2.1.4' __version__ = '2.1.5'
VERSION = __version__ # synonym VERSION = __version__ # synonym
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment