From: Michael Elsdoerfer Date: Fri, 20 Aug 2010 22:27:00 +0000 (+0200) Subject: Prepare a 0.2 release. X-Git-Tag: 0.2^0 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e02c72d64e1b45bebb6909a4adcb0bfea83a807b;p=django-tables2.git Prepare a 0.2 release. --- diff --git a/django_tables/__init__.py b/django_tables/__init__.py index ad600eb..d2e889f 100644 --- a/django_tables/__init__.py +++ b/django_tables/__init__.py @@ -1,4 +1,4 @@ -__version__ = (0, 1, 'dev') +__version__ = (0, 2) from memory import *