Skip to content

Commit

Permalink
Update xadmin to 0.3.6-dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
sshwsfc committed Aug 20, 2013
1 parent b371b55 commit faf18de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='django-xadmin',
version='0.1.12-dev',
version='0.3.6-dev',
description='Drop-in replacement of Django admin comes with lots of goodies, fully extensible with plugin support, pretty UI based on Twitter Bootstrap.',
long_description=open('README.rst').read(),
author='sshwsfc',
Expand Down Expand Up @@ -35,7 +35,6 @@
'Operating System :: OS Independent',
"Programming Language :: JavaScript",
'Programming Language :: Python',
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
Expand Down
2 changes: 1 addition & 1 deletion xadmin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from xadmin.sites import AdminSite, site

VERSION = [0, 1, 12]
VERSION = [0, 3, 6]


def autodiscover():
Expand Down

0 comments on commit faf18de

Please sign in to comment.