From a64d86a219df75e50300959db290bf92c589d737 Mon Sep 17 00:00:00 2001 From: Brandon Taylor Date: Sat, 27 Dec 2014 12:45:49 -0500 Subject: [PATCH] Merged PR 99. Bumped version to 1.7.9.1 --- README.md | 2 +- adminsortable/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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