Version 0.3.3

This commit is contained in:
Tom Christie 2012-02-20 20:33:07 +00:00
parent 6c5fb56257
commit 54a02c1fb9
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
Release Notes Release Notes
============= =============
development 0.3.3
----------- -----
* Added DjangoModelPermissions class to support `django.contrib.auth` style permissions. * Added DjangoModelPermissions class to support `django.contrib.auth` style permissions.
* Use `staticfiles` for css files. * Use `staticfiles` for css files.

View File

@ -1,3 +1,3 @@
__version__ = '0.3.3-dev' __version__ = '0.3.3'
VERSION = __version__ # synonym VERSION = __version__ # synonym