From ff4b2189f3a9f6127167678204f58a42cf93a9d7 Mon Sep 17 00:00:00 2001 From: Zaar Hai Date: Wed, 2 Dec 2015 10:55:30 +0200 Subject: [PATCH] Going 2.2.2 --- changelog.rst | 15 +++++++++++++++ docs/conf.py | 4 ++-- setup.py | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/changelog.rst b/changelog.rst index 98eeeda..e79b4ab 100644 --- a/changelog.rst +++ b/changelog.rst @@ -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_. diff --git a/docs/conf.py b/docs/conf.py index 78dd77e..79534ab 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. diff --git a/setup.py b/setup.py index ead7814..b19d617 100644 --- a/setup.py +++ b/setup.py @@ -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',