diff --git a/README.rst b/README.rst index 39e74e8..8a3f0b2 100644 --- a/README.rst +++ b/README.rst @@ -9,7 +9,7 @@ Momoko Momoko wraps Psycopg2_'s functionality for use in Tornado_. Have a look at tutorial_ or full documentation_. -**Important:** This is the 2.x version of Momoko. It requires 4.0 <= Tornado < 6.0, uses futures instead of calllbacks +**Important:** This is the 2.x version of Momoko. It requires 4.0 <= Tornado < **6.0**, uses futures instead of calllbacks and introduces a slightly different API compared to 1.x version. While transition is very straightforward, the API is not backward compatible with 1.x! diff --git a/changelog.rst b/changelog.rst index 8824231..f03ccb1 100644 --- a/changelog.rst +++ b/changelog.rst @@ -1,6 +1,10 @@ Changelog ========= +2.2.5.1 (2018-11-05) +-------------------- +* Updated README (mainly for PyPi) + 2.2.5 (2018-11-05) ------------------ * Explicitly declaring and testing Python 3.5, 3.6, and 3.7 support diff --git a/docs/conf.py b/docs/conf.py index f61b5c4..a0ae2a4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -49,9 +49,9 @@ # built documents. # # The short X.Y version. -version = '2.2.5' +version = '2.2.5.1' # The full version, including alpha/beta/rc tags. -release = '2.2.5' +release = '2.2.5.1' # 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 4f1d7f5..c6d1e73 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ setup( name='Momoko', - version='2.2.5', + version='2.2.5.1', description="Momoko wraps Psycopg2's functionality for use in Tornado.", long_description=open('README.rst').read(), author='Frank Smit & Zaar Hai',