From dfa1e7e39ed121a89e2c95849009309982d3d1e7 Mon Sep 17 00:00:00 2001 From: Cory Dolphin Date: Sun, 22 Feb 2015 21:57:00 -0500 Subject: [PATCH] Update version to 0.7.2 1. Update index.rst 1. Updated index.rst 1. Make the config easier to override. 1. Fix bug to allow multiple instances of extension. 1. Fix dangerous use self.app in init_app and test refactoring. 1. MongoEngineSessionInterface can now timezone aware dates 1. Support arbitrary primary key fields 1. Update app.py 1. Fix typo 1. Configurable httponly flag for MongoEngineSessionInterface 1. Improve settings parsing: allows and emphasizes MongoDB URI usage in configuration --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 657d6948..2c4ad378 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ setup( name='flask-mongoengine', - version='0.7.1', + version='0.7.2', url='https://github.com/mongoengine/flask-mongoengine', license='BSD', author='Ross Lawley',