From: Bradley Ayers Date: Thu, 24 Feb 2011 17:01:36 +0000 (+1000) Subject: upped version to 0.4.0 alpha 1 X-Git-Tag: v0.4.0.alpha4^2~11 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c9913e928fe50221ccb1757194771b6f46d1312a;p=django-tables2.git upped version to 0.4.0 alpha 1 --- 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():