Skip to content

Commit d2ceb16

Browse files
committed
tagging 0.1.2
1 parent 94cc3c0 commit d2ceb16

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
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.

docs/index.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,12 @@ History and Contributors
192192

193193
Changes:
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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
setup(
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',

0 commit comments

Comments
 (0)