diff --git a/README.md b/README.md index 8456771..fce3e35 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://travis-ci.org/iambrandontaylor/django-admin-sortable.svg?branch=master)](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, diff --git a/adminsortable/__init__.py b/adminsortable/__init__.py index 118e60f..7d43b64 100644 --- a/adminsortable/__init__.py +++ b/adminsortable/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 7, 9) # following PEP 386 +VERSION = (1, 7, 9, 1) # following PEP 386 DEV_N = None