From e02c72d64e1b45bebb6909a4adcb0bfea83a807b Mon Sep 17 00:00:00 2001 From: Michael Elsdoerfer Date: Sat, 21 Aug 2010 00:27:00 +0200 Subject: [PATCH] Prepare a 0.2 release. --- 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 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 * -- 2.26.2