Skip to content

Commit

Permalink
Update pump to version 0.4.2 which require django 1.5.0 or newer vers…
Browse files Browse the repository at this point in the history
…ion.
  • Loading branch information
sshwsfc committed Nov 15, 2013
1 parent 2adbed5 commit 4b28ccf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
django>=1.4
django>=1.5
django-crispy-forms>=1.4.0
4 changes: 2 additions & 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.4.0',
version='0.4.2',
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 All @@ -18,7 +18,7 @@
include_package_data=True,
install_requires=[
'setuptools',
'django>=1.4',
'django>=1.5',
'django-crispy-forms>=1.4.0',
],
extras_require={
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,0]
VERSION = [0,4,2]


class Settings(object):
Expand Down

0 comments on commit 4b28ccf

Please sign in to comment.