From 26a3d4cdd87cae4679aacd627b788a1a122ece69 Mon Sep 17 00:00:00 2001 From: Bradley Ayers Date: Wed, 20 Apr 2011 21:18:21 +1000 Subject: [PATCH] bumped version out of beta --- docs/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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', -- 2.26.2