Skip to content

Commit dfa1e7e

Browse files
author
Cory Dolphin
committed
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
1 parent 568292d commit dfa1e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
setup(
2424
name='flask-mongoengine',
25-
version='0.7.1',
25+
version='0.7.2',
2626
url='https://github.com/mongoengine/flask-mongoengine',
2727
license='BSD',
2828
author='Ross Lawley',

0 commit comments

Comments
 (0)