From f6561db1367366818133b57508282512a5ca6b16 Mon Sep 17 00:00:00 2001 From: Zaar Hai Date: Thu, 10 Mar 2016 17:12:31 +0200 Subject: [PATCH] Going 2.2.3 --- changelog.rst | 6 ++++++ docs/conf.py | 4 ++-- setup.py | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/changelog.rst b/changelog.rst index e79b4ab..0c58309 100644 --- a/changelog.rst +++ b/changelog.rst @@ -1,6 +1,12 @@ Changelog ========= +2.2.3 (2016-03-10) +------------------ +* Matching ``execute`` parameters behaviour to those of psycopg2. (`issue 136`_). + +.. _issue 136: https://github.com/FSX/momoko/issues/136 + 2.2.2 (2015-12-02) ------------------ * Doc fixes (`issue 131`_). Thanks to gward_. diff --git a/docs/conf.py b/docs/conf.py index 79534ab..052ba1f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -49,9 +49,9 @@ # built documents. # # The short X.Y version. -version = '2.2.2' +version = '2.2.3' # The full version, including alpha/beta/rc tags. -release = '2.2.2' +release = '2.2.3' # 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 b19d617..4b54646 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ setup( name='Momoko', - version='2.2.2', + version='2.2.3', description="Momoko wraps Psycopg2's functionality for use in Tornado.", long_description=open('README.rst').read(), author='Frank Smit & Zaar Hai',