From 5182238a8d3837c0bfe00739783785ce8ab2f4b4 Mon Sep 17 00:00:00 2001 From: Francisco Souza Date: Fri, 15 Jul 2011 11:02:42 -0300 Subject: [PATCH] Bump to 0.4 --- 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 b6880b2..84a9d9f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,9 +51,9 @@ # built documents. # # The short X.Y version. -version = '0.3' +version = '0.4' # The full version, including alpha/beta/rc tags. -release = '0.3.3' +release = '0.4' # 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 700a872..99723ae 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( name='Flask-MongoAlchemy', - version='0.3.3', + version='0.4', url='http://github.com/cobrateam/flask-mongoalchemy', license='BSD', author='Francisco Souza',