mirror of
https://github.com/jazzband/django-admin-sortable.git
synced 2026-03-16 22:10:30 +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
|
||||
|
||||
|
||||
|
|
|
|||
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 a new issue