From: Bradley Ayers Date: Mon, 20 Jun 2011 05:51:09 +0000 (+1000) Subject: bumped version to v0.6.0 X-Git-Tag: v0.6.0^2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=681e37ce3a955af88d1e9a1eed95793b948e0737;p=django-tables2.git bumped version to v0.6.0 --- diff --git a/docs/conf.py b/docs/conf.py index 2272d02..946d52a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -56,7 +56,7 @@ project = u'django-tables2' # The short X.Y version. version = '0.6.0' # The full version, including alpha/beta/rc tags. -release = '0.6.0.dev' +release = '0.6.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 496a2a0..34b3de6 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup, find_packages setup( name='django-tables2', - version='0.6.0.dev', + version='0.6.0', description='Table framework for Django', author='Bradley Ayers',