Skip to content

Commit bb70290

Browse files
committed
release 0.3.1
1 parent e1b8bee commit bb70290

File tree

3 files changed

+24
-4
lines changed

3 files changed

+24
-4
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.3.0'
51+
version = '0.3.1'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.3.0'
53+
release = '0.3.1'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

docs/index.rst

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,23 @@ History and Contributors
200200

201201
Changes:
202202

203+
- 0.3.1: April 9, 2015
204+
205+
- Flask-PyMongo is now tested against Python 2.6, 2.7, 3.3, and 3.4.
206+
- Flask-PyMongo installation now no longer depends on `nose
207+
<https://pypi.python.org/pypi/nose/>`_.
208+
- `#58 <https://github.com/dcrosta/flask-pymongo/pull/58>`_ Update
209+
requirements for PyMongo 3.x (Emmanuel Valette).
210+
- `#43 <https://github.com/dcrosta/flask-pymongo/pull/43>`_ Ensure error
211+
is raised when URI database name is parsed as 'None' (Ben Jeffrey).
212+
- `#50 <https://github.com/dcrosta/flask-pymongo/pull/50>`_ Fix a bug in
213+
read preference handling (Kevin Funk).
214+
- `#46 <https://github.com/dcrosta/flask-pymongo/issues/46>`_ Cannot use
215+
multiple replicaset instances which run on different ports (Mark
216+
Unsworth).
217+
- `#30 <https://github.com/dcrosta/flask-pymongo/issues/30>`_
218+
ConfiguationError with MONGO_READ_PREFERENCE (Mark Unsworth).
219+
203220
- 0.3.0: July 4, 2013
204221

205222
- This is a minor version bump which introduces backwards breaking
@@ -274,4 +291,7 @@ Contributors:
274291
- `Fabrice Aneche <https://github.com/akhenakh>`_
275292
- `Thor Adam <https://github.com/thoradam>`_
276293
- `Christoph Herr <https://github.com/jarus>`_
277-
294+
- `Mark Unsworth <https://github.com/markunsworth>`_
295+
- `Kevin Funk <https://github.com/k-funk>`_
296+
- `Ben Jeffrey <https://github.com/jeffbr13>`_
297+
- `Emmanuel Valette <https://github.com/karec>`_

setup.py

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

4141
setup(
4242
name='Flask-PyMongo',
43-
version='0.3.0',
43+
version='0.3.1',
4444
url='http://flask-pymongo.readthedocs.org/',
4545
download_url='https://github.com/dcrosta/flask-pymongo/tags',
4646
license='BSD',

0 commit comments

Comments
 (0)