From: Michael Elsdoerfer Date: Fri, 26 Nov 2010 12:12:26 +0000 (+0100) Subject: Prepare to fix a new version. X-Git-Tag: 0.2.1~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=80d052df13653943bc2a2369cfbea4cf0e77ce12;p=django-tables2.git Prepare to fix a new version. --- 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 *