Skip to content

Commit d5cfeb9

Browse files
committed
Bump up to 0.4.0
1 parent e0eec73 commit d5cfeb9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#!/usr/bin/env python
22
from setuptools import setup, find_packages
33

4-
#version_tuple = __import__('xadmin').VERSION
5-
#version = ".".join([str(v) for v in version_tuple])
4+
# version_tuple = __import__('xadmin.version').VERSION
5+
# version = ".".join([str(v) for v in version_tuple])
66

77
setup(
88
name='django-xadmin',
9-
version='0.3.16',
9+
version='0.4.0',
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',
@@ -19,7 +19,7 @@
1919
install_requires=[
2020
'setuptools',
2121
'django>=1.4',
22-
'django-crispy-forms>=1.2.3',
22+
'django-crispy-forms>=1.4.0',
2323
],
2424
extras_require={
2525
'Excel': ['xlwt'],

0 commit comments

Comments
 (0)