From 81831048370be32fed081ef74314c755b29a21b4 Mon Sep 17 00:00:00 2001 From: Stefan Wojcik Date: Sun, 11 Dec 2016 19:12:33 -0500 Subject: [PATCH] bump version to v0.9.0 now that py26 is not supported anymore --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 69f38ffe..c23b34dd 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name='flask-mongoengine', - version='0.8.2', + version='0.9.0', url='https://github.com/mongoengine/flask-mongoengine', license='BSD', author='Ross Lawley',