mirror of
https://github.com/jazzband/django-admin-sortable.git
synced 2026-04-19 14:21:06 +00:00
Merged PR 99.
Bumped version to 1.7.9.1
This commit is contained in:
parent
0bff2f893f
commit
a64d86a219
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[](https://travis-ci.org/iambrandontaylor/django-admin-sortable)
|
||||
|
||||
Current version: 1.7.9
|
||||
Current version: 1.7.9.1
|
||||
|
||||
This project makes it easy to add drag-and-drop ordering to any model in
|
||||
Django admin. Inlines for a sortable model may also be made sortable,
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
VERSION = (1, 7, 9) # following PEP 386
|
||||
VERSION = (1, 7, 9, 1) # following PEP 386
|
||||
DEV_N = None
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue