Merged PR 99.

Bumped version to 1.7.9.1
master
Brandon Taylor 2014-12-27 12:45:49 -05:00
parent 0bff2f893f
commit a64d86a219
2 changed files with 2 additions and 2 deletions

View File

@ -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) [![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 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, Django admin. Inlines for a sortable model may also be made sortable,

View File

@ -1,4 +1,4 @@
VERSION = (1, 7, 9) # following PEP 386 VERSION = (1, 7, 9, 1) # following PEP 386
DEV_N = None DEV_N = None