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

Commit

Permalink
Going 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
haizaar committed Oct 31, 2016
1 parent 386d459 commit 5c15607
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changelog
=========

2.2.4 (2016-10-31)
------------------
* Resiliency to PostgreSQL restarts (`issue 147`_)
* Provide a useful `__repr__()` method for `ConnectionContainer` (`issue 146`_)
* Dropped support for Python 3.2 - Tornado stopped supporting it as well
* Fixed potential conflict in connection management (`issue 139`_)

.. _issue 147: https://github.com/FSX/momoko/issues/147
.. _issue 146: https://github.com/FSX/momoko/issues/146
.. _issue 139: https://github.com/FSX/momoko/issues/139

2.2.3 (2016-03-10)
------------------
* Matching ``execute`` parameters behaviour to those of psycopg2. (`issue 136`_).
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.2.3'
version = '2.2.4'
# The full version, including alpha/beta/rc tags.
release = '2.2.3'
release = '2.2.4'

# 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.2.3',
version='2.2.4',
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 5c15607

Please sign in to comment.