From 1614e77b75a45d87300f9f469831f35b53cd97c5 Mon Sep 17 00:00:00 2001 From: Brandon Taylor Date: Mon, 19 Nov 2012 00:10:40 -0500 Subject: [PATCH] Updated readme and version --- .gitignore | 3 ++- README | 5 ++--- adminsortable/__init__.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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