Skip to content

Commit

Permalink
Update version to 0.7.2
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Cory Dolphin committed Feb 23, 2015
1 parent 568292d commit dfa1e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit dfa1e7e

Please sign in to comment.