From 45ebe44f562c95e9ee942ab783f16cafb0ed6c90 Mon Sep 17 00:00:00 2001 From: Bradley Ayers Date: Sun, 10 May 2015 08:45:30 +1000 Subject: [PATCH] Bump version to 1.0.0 --- 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 6f4514d..c74e8f5 100644 --- a/django_tables2/__init__.py +++ b/django_tables2/__init__.py @@ -12,4 +12,4 @@ except ImportError: pass -__version__ = "1.0.0.dev0" +__version__ = "1.0.0"