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

Commit 7ffd30d

Browse files
committed
2.2.5.1 is out
1 parent 32328dc commit 7ffd30d

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Momoko
99

1010
Momoko wraps Psycopg2_'s functionality for use in Tornado_. Have a look at tutorial_ or full documentation_.
1111

12-
**Important:** This is the 2.x version of Momoko. It requires 4.0 <= Tornado < 6.0, uses futures instead of calllbacks
12+
**Important:** This is the 2.x version of Momoko. It requires 4.0 <= Tornado < **6.0**, uses futures instead of calllbacks
1313
and introduces a slightly different API compared to 1.x version. While transition is very
1414
straightforward, the API is not backward compatible with 1.x!
1515

changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
=========
33

4+
2.2.5.1 (2018-11-05)
5+
--------------------
6+
* Updated README (mainly for PyPi)
7+
48
2.2.5 (2018-11-05)
59
------------------
610
* Explicitly declaring and testing Python 3.5, 3.6, and 3.7 support

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
# built documents.
5050
#
5151
# The short X.Y version.
52-
version = '2.2.5'
52+
version = '2.2.5.1'
5353
# The full version, including alpha/beta/rc tags.
54-
release = '2.2.5'
54+
release = '2.2.5.1'
5555

5656
# The language for content autogenerated by Sphinx. Refer to documentation
5757
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
setup(
3636
name='Momoko',
37-
version='2.2.5',
37+
version='2.2.5.1',
3838
description="Momoko wraps Psycopg2's functionality for use in Tornado.",
3939
long_description=open('README.rst').read(),
4040
author='Frank Smit & Zaar Hai',

0 commit comments

Comments
 (0)