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 bfd7dc6 commit ed3e8b1Copy full SHA for ed3e8b1
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.2.0'
+version = '0.2.1'
52
# The full version, including alpha/beta/rc tags.
53
-release = '0.2.0'
+release = '0.2.1'
54
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
# for a list of supported languages.
setup.py
@@ -34,7 +34,7 @@
34
35
setup(
36
name='Flask-PyMongo',
37
- version='0.2.0',
+ version='0.2.1',
38
url='http://flask-pymongo.readthedocs.org/',
39
download_url='https://github.com/dcrosta/flask-pymongo/tags',
40
license='BSD',
0 commit comments