Skip to content

Commit

Permalink
Update version to 4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sshwsfc committed Mar 10, 2014
1 parent 6dee4c3 commit d4ca926
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.4.2',
version='0.4.4',
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,4,2]
VERSION = [0,4,4]


class Settings(object):
Expand Down

0 comments on commit d4ca926

Please sign in to comment.