We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f048d74 commit f0f623eCopy full SHA for f0f623e
flask_stormpath/__init__.py
@@ -15,7 +15,7 @@
15
"""
16
17
18
-__version__ = '0.4.1'
+__version__ = '0.4.2'
19
__version_info__ = __version__.split('.')
20
__author__ = 'Stormpath, Inc.'
21
__license__ = 'Apache'
setup.py
@@ -38,7 +38,7 @@ def run(self):
38
39
setup(
40
name = 'Flask-Stormpath',
41
- version = '0.4.1',
+ version = '0.4.2',
42
url = 'https://github.com/stormpath/stormpath-flask',
43
license = 'Apache',
44
author = 'Stormpath, Inc.',
0 commit comments