Skip to content

Commit

Permalink
Bump to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Jun 23, 2011
1 parent 94efad8 commit 869cfa1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Flask-MongoAlchemy
==================

Version 0.3
Version 0.3.1

`Flask <http://flask.pocoo.org>`_ support for `MongoDB <http://mongodb.org>`_ using `MongoAlchemy <http://mongoalchemy.org>`_.

Expand Down Expand Up @@ -44,6 +44,11 @@ Community
Changelog
+++++++++

Flask-MongoAlchemy 0.3.1
------------------------

* [bugfix] method ``get`` on ``Query`` objects was never returning the object

Flask-MongoAlchemy 0.3
----------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name='Flask-MongoAlchemy',
version='0.3',
version='0.3.1',
url='http://github.com/cobrateam/flask-mongoalchemy',
license='BSD',
author='Francisco Souza',
Expand Down

0 comments on commit 869cfa1

Please sign in to comment.