From c9913e928fe50221ccb1757194771b6f46d1312a Mon Sep 17 00:00:00 2001 From: Bradley Ayers Date: Fri, 25 Feb 2011 03:01:36 +1000 Subject: [PATCH] upped version to 0.4.0 alpha 1 --- 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 0624020..38774d1 100644 --- a/django_tables/__init__.py +++ b/django_tables/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf8 -*- # (major, minor, bugfix, "pre-alpha" | "alpha" | "beta" | "final", release | 0) -VERSION = (0, 2, 0, 'alpha', 1) +VERSION = (0, 4, 0, 'alpha', 1) def get_version(): -- 2.26.2