From e22152ba813bfb750614de9972c733ebf9c8060b Mon Sep 17 00:00:00 2001 From: Brandon Taylor Date: Fri, 19 Jul 2013 08:36:06 -0500 Subject: [PATCH] Bumped version to 1.5.3 --- README.md | 6 +++--- adminsortable/__init__.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1c09643..06ae919 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ jQuery If you're using Django 1.4.x, use django-admin-sortable 1.4.9 or below. For Django 1.5.x, use the latest version of django-admin-sortable. -django-admin-sortable 1.5.2 introduces backward-incompatible changes for Django 1.4.x +django-admin-sortable 1.5.2 introduced backward-incompatible changes for Django 1.4.x ## Installation @@ -224,8 +224,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.5.2? -- Added support for {% static %} template tag for Django 1.5.x (thanks @acgray) +### What's new in 1.5.3? +- Merged pull request [9d128ffc79e81e410fa825f0ef4ed15cc466ede5](https://github.com/marcelometal/django-admin-sortable/commit/9d128ffc79e81e410fa825f0ef4ed15cc466ede5) ### Future diff --git a/adminsortable/__init__.py b/adminsortable/__init__.py index 0839a54..4150176 100755 --- a/adminsortable/__init__.py +++ b/adminsortable/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 5, 2) # following PEP 386 +VERSION = (1, 5, 3) # following PEP 386 DEV_N = None