diff --git a/README.md b/README.md index e6cd2ad..ccfb6a8 100644 --- a/README.md +++ b/README.md @@ -218,12 +218,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.4.7? -- Added `create` handlers for jQueryUI sortables to unbind events for checkboxes -on inline models. This was preventing the "delete" checkboxes from being checked. -- Updated jQuery to 1.9.1 and jQueryUI to 1.10.2. -- Updated the shared JavaScript includes template, change form and change list -to not include unnecessary files. +### What's new in 1.4.8? +- Support for Python 3 ### Future diff --git a/adminsortable/__init__.py b/adminsortable/__init__.py index 8acf946..6f2b7cc 100755 --- a/adminsortable/__init__.py +++ b/adminsortable/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 4, 7) # following PEP 386 +VERSION = (1, 4, 8) # following PEP 386 DEV_N = None