Skip to content

Commit

Permalink
Merge branch 'master' of github.com:sshwsfc/django-xadmin
Browse files Browse the repository at this point in the history
Conflicts:
	setup.py
  • Loading branch information
sshwsfc committed Apr 23, 2013
2 parents 008ca8a + 85437c2 commit 541ab5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='django-xadmin',
version='0.1.0',
version='0.1.1',
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.md').read(),
author='sshwsfc',
Expand All @@ -14,7 +14,7 @@
zip_safe=False,
keywords=['admin', 'django', 'xadmin', 'bootstrap'],
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 1 - Alpha',
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 541ab5f

Please sign in to comment.