From 80d052df13653943bc2a2369cfbea4cf0e77ce12 Mon Sep 17 00:00:00 2001 From: Michael Elsdoerfer Date: Fri, 26 Nov 2010 13:12:26 +0100 Subject: [PATCH] Prepare to fix a new version. --- django_tables/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_tables/__init__.py b/django_tables/__init__.py index 76d8069..ccdcbb0 100644 --- a/django_tables/__init__.py +++ b/django_tables/__init__.py @@ -1,4 +1,4 @@ -__version__ = (0, 3, 'dev') +__version__ = (0, 2, 1) from memory import * -- 2.26.2