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 2519261 commit 365bd33Copy full SHA for 365bd33
docs/conf.py
@@ -48,9 +48,9 @@
48
# |version| and |release|, also used in various other places throughout the
49
# built documents.
50
#
51
-version = '0.5.1'
+version = '0.5.2'
52
# The full version, including alpha/beta/rc tags.
53
-release = '0.5.1'
+release = '0.5.2'
54
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
# for a list of supported languages.
setup.py
@@ -40,7 +40,7 @@
40
41
setup(
42
name='Flask-PyMongo',
43
- version='0.5.1',
+ version='0.5.2',
44
url='http://flask-pymongo.readthedocs.org/',
45
download_url='https://github.com/dcrosta/flask-pymongo/tags',
46
license='BSD',
0 commit comments