Merged PR 99.
Bumped version to 1.7.9.1
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user