Skip to content

Commit d4ca926

Browse files
committed
Update version to 4.0.4
1 parent 6dee4c3 commit d4ca926

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='django-xadmin',
9-
version='0.4.2',
9+
version='0.4.4',
1010
description='Drop-in replacement of Django admin comes with lots of goodies, fully extensible with plugin support, pretty UI based on Twitter Bootstrap.',
1111
long_description=open('README.rst').read(),
1212
author='sshwsfc',

xadmin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from xadmin.sites import AdminSite, site
22

3-
VERSION = [0,4,2]
3+
VERSION = [0,4,4]
44

55

66
class Settings(object):

0 commit comments

Comments
 (0)