From 6f25684e35bf92d8f18281741a1541447e7d0101 Mon Sep 17 00:00:00 2001 From: Brandon Taylor Date: Wed, 28 May 2014 08:15:39 -0400 Subject: [PATCH] Version bump to 1.6.9. Merged pull request from @kirov to fix multiple exception handling. --- README.md | 6 +++--- adminsortable/__init__.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 356e2f2..5739693 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Django Admin Sortable -Current version: 1.6.8 +Current version: 1.6.9 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, @@ -316,8 +316,8 @@ ordering on top of that just seemed a little much in my opinion. django-admin-sortable is currently used in production. -### What's new in 1.6.8? -- Russian localization. Thanks @akadan47! +### What's new in 1.6.9? +- Exception handling fix. Thanks [@kirov](https://github.com/kirov) ### Future diff --git a/adminsortable/__init__.py b/adminsortable/__init__.py index f0546fc..37b5cb6 100755 --- a/adminsortable/__init__.py +++ b/adminsortable/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 6, 8) # following PEP 386 +VERSION = (1, 6, 9) # following PEP 386 DEV_N = None