diff --git a/README.md b/README.md
index e8ce892..fb59ca8 100644
--- a/README.md
+++ b/README.md
@@ -162,8 +162,9 @@ 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.3?
-- Reverted changes that broke getting the sorting url for inlines
+### What's new in 1.4.4?
+- Decided to go with the simplest approach to add the sorting urls to inlines
+for Django <= 1.4 and Django 1.5.x support
### Future
diff --git a/adminsortable/__init__.py b/adminsortable/__init__.py
index d2756ca..07cf343 100755
--- a/adminsortable/__init__.py
+++ b/adminsortable/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (1, 4, 3) # following PEP 386
+VERSION = (1, 4, 4) # following PEP 386
DEV_N = None
diff --git a/adminsortable/templates/adminsortable/change_list.html b/adminsortable/templates/adminsortable/change_list.html
index 6e1e7a0..6af21fd 100644
--- a/adminsortable/templates/adminsortable/change_list.html
+++ b/adminsortable/templates/adminsortable/change_list.html
@@ -45,10 +45,10 @@
{% block object-tools %}