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.2
Browse files Browse the repository at this point in the history
  • Loading branch information
haizaar committed Dec 2, 2015
1 parent 2db55c5 commit ff4b218
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Changelog
=========

2.2.2 (2015-12-02)
------------------
* Doc fixes (`issue 131`_). Thanks to gward_.
* Makefile fix (`issue 132`_). Thanks to bitwolaiye_.
* Catching all syncrhonous exceptions (`issue 134`_). Thanks to m-messiah_.
* Catchin ``IOError``\ s in IOLoop handlers (`issue 127`_).

.. _issue 127: https://github.com/FSX/momoko/issues/127
.. _issue 131: https://github.com/FSX/momoko/issues/131
.. _issue 132: https://github.com/FSX/momoko/issues/132
.. _issue 134: https://github.com/FSX/momoko/issues/134
.. _bitwolaiye: https://github.com/bitwolaiye
.. _gward: https://github.com/gward
.. _m-messiah: https://github.com/m-messiah

2.2.1 (2015-10-13)
------------------
* Wait for pending connections during connection acquiring (`issue 122`_). Thanks to jbowes_.
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.1'
version = '2.2.2'
# The full version, including alpha/beta/rc tags.
release = '2.2.1'
release = '2.2.2'

# 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.1',
version='2.2.2',
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 ff4b218

Please sign in to comment.