Prep for version 0.2.0

This commit is contained in:
Daniel Greenfeld 2013-05-19 17:23:58 +02:00
parent 6a351eb466
commit 234d2a9a6f
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
include README.rst
include LICENSE
include CONTRIBUTORS.txt
include AUTHORS.rst
include MANIFEST.in

View file

@ -15,7 +15,7 @@ Features (current)
* Easy-to-extend API that follows similar patterns to ``django.contrib.admin``.
* Built-in RESTFUL API powered by ``django-rest-framework``.
* Default theme built on Twitter Bootstrap.
* Default theme built on Twitter Bootstrap that is just starting to act like the current Django admin.
* Easy to implement theme system.
* Basic permission controls.
@ -27,7 +27,7 @@ Features (Planned)
* Extending existing views
* Interacting with the basic Admin2 object.
* More powerful permission controls
* Improved permission controls
Requirements
=============

View file

@ -1,6 +1,6 @@
__version__ = '0.2.0'
__author__ = 'Daniel Greenfeld'
__author__ = 'Daniel Greenfeld & Contributors'
VERSION = __version__ # synonym