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

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
haizaar committed Nov 4, 2018
1 parent a608ef3 commit 9d03dd4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

2.2.5 (2018-11-05)
------------------
* Explicitly declaring and testing Python 3.5, 3.6, and 3.7 support
* Tornado 5.x support (Tornado 4.x is supported as well)
* Dropped support for Python 2.6 and 3.3

2.2.4 (2016-10-31)
------------------
* Resiliency to PostgreSQL restarts (`issue 147`_)
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
# built documents.
#
# The short X.Y version.
version = '2.2.4'
version = '2.2.5'
# The full version, including alpha/beta/rc tags.
release = '2.2.4'
release = '2.2.5'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

setup(
name='Momoko',
version='2.2.4',
version='2.2.5',
description="Momoko wraps Psycopg2's functionality for use in Tornado.",
long_description=open('README.rst').read(),
author='Frank Smit & Zaar Hai',
Expand Down

0 comments on commit 9d03dd4

Please sign in to comment.