Skip to content

Commit

Permalink
readme, setup: bump to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Mar 17, 2015
1 parent e11ab6e commit d95794d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------------------

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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',
Expand Down

0 comments on commit d95794d

Please sign in to comment.