diff --git a/.gitignore b/.gitignore index 637227d..4298eed 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,5 @@ django-admin-sortable.sublime-project django-admin-sortable.sublime-workspace adminsortable.sublime-project adminsortable.sublime-workspace -.ropeproject \ No newline at end of file +.ropeproject +.codeintel \ No newline at end of file diff --git a/README b/README index d0baced..32c5686 100644 --- a/README +++ b/README @@ -130,10 +130,9 @@ Status admin-sortable is currently used in production. -What's new in 1.3.5.1? +What's new in 1.3.7? ============= -- Hotfix to correctly pass in the object for the get sorting url templatetag. -- PEP8 code enhancements +- CSS fixes for tabular inlines courtesty of @ionelmc: https://github.com/ionelmc Features ============= diff --git a/adminsortable/__init__.py b/adminsortable/__init__.py index 1c473da..7aa6dd0 100755 --- a/adminsortable/__init__.py +++ b/adminsortable/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 3, 6) # following PEP 386 +VERSION = (1, 3, 7) # following PEP 386 DEV_N = None