This repository was archived by the owner on Sep 24, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 99
1010Momoko 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
1313and introduces a slightly different API compared to 1.x version. While transition is very
1414straightforward, the API is not backward compatible with 1.x!
1515
Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 2.2.5.1 (2018-11-05)
5+ --------------------
6+ * Updated README (mainly for PyPi)
7+
482.2.5 (2018-11-05)
59------------------
610* Explicitly declaring and testing Python 3.5, 3.6, and 3.7 support
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 3434
3535setup (
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' ,
You can’t perform that action at this time.
0 commit comments