From 9145da6a23d85aa0ee3fbb3e43caea725ecdc8a4 Mon Sep 17 00:00:00 2001 From: Brandon Taylor Date: Fri, 2 Nov 2012 13:38:19 -0400 Subject: [PATCH] Updated version to 1.3.6, which also somehow didn't make it into the previous release --- adminsortable/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adminsortable/__init__.py b/adminsortable/__init__.py index 6bf8ec9..1c473da 100755 --- a/adminsortable/__init__.py +++ b/adminsortable/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 3, 5, 1) # following PEP 386 +VERSION = (1, 3, 6) # following PEP 386 DEV_N = None