From d95794d7f89298555a5c6421930662400f4b82a3 Mon Sep 17 00:00:00 2001 From: Francisco Souza Date: Tue, 17 Mar 2015 13:03:00 -0300 Subject: [PATCH] readme, setup: bump to 0.7.1 --- README.rst | 6 ++++++ setup.py | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index db82e31..48e13db 100644 --- a/README.rst +++ b/README.rst @@ -45,6 +45,12 @@ Community Changelog +++++++++ +Flask-MongoAlchemy 0.7.1 +------------------------ + + * Support for specifying the full connection string, via the + MONGOALCHEMY_CONNECTION_STRING configuration value. + Flask-MongoAlchemy 0.7.0 ------------------------ diff --git a/setup.py b/setup.py index 9ca54be..d70e078 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright 2014 flask-mongoalchemy authors. All rights reserved. +# Copyright 2015 flask-mongoalchemy authors. All rights reserved. # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. @@ -26,7 +26,7 @@ setup( name='Flask-MongoAlchemy', - version='0.7.0', + version='0.7.1', url='http://github.com/cobrateam/flask-mongoalchemy', license='BSD', author='Francisco Souza',