From 71a9ea5e40c4cbc1d5fc2537c8ab6725325a1f17 Mon Sep 17 00:00:00 2001 From: Bradley Ayers Date: Fri, 25 Mar 2011 12:50:13 +1000 Subject: [PATCH] bumped version --- docs/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 93ad764..ada3098 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,9 +50,9 @@ project = u'django-tables' # built documents. # # The short X.Y version. -version = '0.4.0.alpha2' +version = '0.4.0.alpha3' # The full version, including alpha/beta/rc tags. -release = '0.4.0.alpha2' +release = '0.4.0.alpha3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 3b2c8cf..10b2497 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup, find_packages setup( name='django-tables', - version='0.4.0.alpha2', + version='0.4.0.alpha3', description='Table framework for Django', author='Bradley Ayers', -- 2.26.2