From: Bradley Ayers Date: Fri, 25 Mar 2011 02:50:13 +0000 (+1000) Subject: bumped version X-Git-Tag: v0.4.0.alpha4^2~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=71a9ea5e40c4cbc1d5fc2537c8ab6725325a1f17;p=django-tables2.git bumped version --- 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',