Updated readme and version

master
Brandon Taylor 2012-11-19 00:10:40 -05:00
parent 4812a81bb0
commit 1614e77b75
3 changed files with 5 additions and 5 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@ django-admin-sortable.sublime-workspace
adminsortable.sublime-project
adminsortable.sublime-workspace
.ropeproject
.codeintel

5
README
View File

@ -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
=============

View File

@ -1,4 +1,4 @@
VERSION = (1, 3, 6) # following PEP 386
VERSION = (1, 3, 7) # following PEP 386
DEV_N = None