From: Bradley Ayers Date: Wed, 20 Apr 2011 11:18:21 +0000 (+1000) Subject: bumped version out of beta X-Git-Tag: v0.4.0^2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=26a3d4cdd87cae4679aacd627b788a1a122ece69;p=django-tables2.git bumped version out of beta --- diff --git a/docs/conf.py b/docs/conf.py index ccf07a6..5f5051a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -52,7 +52,7 @@ project = u'django-tables' # The short X.Y version. version = '0.4.0' # The full version, including alpha/beta/rc tags. -release = '0.4.0.beta6' +release = '0.4.0' # 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 00a1d8a..c2d88bf 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.beta6', + version='0.4.0', description='Table framework for Django', author='Bradley Ayers',