parent
7ad1925ec1
commit
7df70a2339
|
|
@ -1,4 +1,4 @@
|
|||
VERSION = (1, 0, 3, "f", 0) # following PEP 386
|
||||
VERSION = (1, 0, 4, "f", 0) # following PEP 386
|
||||
DEV_N = None
|
||||
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -8,7 +8,7 @@ except:
|
|||
setup(
|
||||
name='django-admin-sortable',
|
||||
version=__import__('adminsortable').__version__,
|
||||
description='Drag and drop sorting for models and tabular inline models in Django admin',
|
||||
description='Drag and drop sorting for models and inline models in Django admin',
|
||||
long_description=README,
|
||||
author='Brandon Taylor',
|
||||
author_email='btaylorweb@gmail.com',
|
||||
|
|
|
|||
Loading…
Reference in New Issue