Skip to content

Commit

Permalink
Update to 0.3.8, remove '-dev' in version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sshwsfc committed Aug 21, 2013
1 parent e68b692 commit 64fa4a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='django-xadmin',
version='0.3.6-dev',
version='0.3.8',
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
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, 3, 6]
VERSION = [0, 3, 8]


def autodiscover():
Expand Down

0 comments on commit 64fa4a3

Please sign in to comment.