Skip to content
This repository has been archived by the owner on Sep 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #121 from haizaar/master
Browse files Browse the repository at this point in the history
Going 2.2.0
  • Loading branch information
haizaar committed Sep 20, 2015
2 parents d209d00 + 5b06216 commit 193f309
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

2.2.0 (2015-09-20)
------------------
* Fixed serious flaw with connection retrials. `More details`_.
* Fixed ping to handle failures properly (`issue 115`_).
* NOTE: gcc is now required to run tests - we supply built-in version of `tcproxy`_ for connection failure simulation.

.. _More details: https://github.com/FSX/momoko/commit/85183f5370181f75a29e876f5211d99c40b4ba5e
.. _issue 115: https://github.com/FSX/momoko/issues/115
.. _tcproxy: https://github.com/dccmx/tcproxy

2.1.1 (2015-08-03)
------------------
* Fixed JSON/HSTORE support with named cursors (`issue 112`_). Thanks to helminster_.
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
# built documents.
#
# The short X.Y version.
version = '2.1.1'
version = '2.2.0'
# The full version, including alpha/beta/rc tags.
release = '2.1.1'
release = '2.2.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

setup(
name='Momoko',
version='2.1.1',
version='2.2.0',
description="Momoko wraps Psycopg2's functionality for use in Tornado.",
long_description=open('README.rst').read(),
author='Frank Smit & Zaar Hai',
Expand Down

0 comments on commit 193f309

Please sign in to comment.