File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 4848# |version| and |release|, also used in various other places throughout the
4949# built documents.
5050#
51- version = '0.1.1 '
51+ version = '0.1.2 '
5252# The full version, including alpha/beta/rc tags.
53- release = '0.1.1 '
53+ release = '0.1.2 '
5454
5555# The language for content autogenerated by Sphinx. Refer to documentation
5656# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -192,6 +192,12 @@ History and Contributors
192192
193193Changes:
194194
195+ - 0.1.2: June 18, 2012
196+
197+ - Updated wiki example application
198+ - `#14 <https://github.com/dcrosta/flask-pymongo/issues/14 >`_ Added
199+ examples and docs to PyPI package.
200+
195201- 0.1.1: May 26, 2012
196202
197203 - Added support for PyMongo 2.2's "auto start request" feature, by way
Original file line number Diff line number Diff line change 2727
2828setup (
2929 name = 'Flask-PyMongo' ,
30- version = '0.1.1 ' ,
30+ version = '0.1.2 ' ,
3131 url = 'http://flask-pymongo.readthedocs.org/' ,
3232 download_url = 'https://github.com/dcrosta/flask-pymongo/tags' ,
3333 license = 'BSD' ,
You can’t perform that action at this time.
0 commit comments