mirror of
https://github.com/jazzband/django-admin-sortable.git
synced 2026-05-26 23:44:01 +00:00
Updated version to 1.0.4.
Updated setup.py
This commit is contained in:
parent
7ad1925ec1
commit
7df70a2339
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
DEV_N = None
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -8,7 +8,7 @@ except:
|
||||||
setup(
|
setup(
|
||||||
name='django-admin-sortable',
|
name='django-admin-sortable',
|
||||||
version=__import__('adminsortable').__version__,
|
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,
|
long_description=README,
|
||||||
author='Brandon Taylor',
|
author='Brandon Taylor',
|
||||||
author_email='btaylorweb@gmail.com',
|
author_email='btaylorweb@gmail.com',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue