From 9b5abf708e4eba2b3f7a08779fb0e6150808a9d8 Mon Sep 17 00:00:00 2001 From: Bradley Ayers Date: Sun, 10 May 2015 09:00:05 +1000 Subject: [PATCH] Bump version to 1.0.2 --- django_tables2/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_tables2/__init__.py b/django_tables2/__init__.py index 258d531..a4ecd33 100644 --- a/django_tables2/__init__.py +++ b/django_tables2/__init__.py @@ -12,4 +12,4 @@ except ImportError: pass -__version__ = "1.0.1" +__version__ = "1.0.2"