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

Commit

Permalink
Going 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
haizaar committed Aug 3, 2015
1 parent f5f7b4c commit 94f69c1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

2.1.1 (2015-08-03)
------------------
* Fixed JSON/HSTORE support with named cursors (`issue 112`_). Thanks to helminster_.

.. _issue 112: https://github.com/FSX/momoko/issues/112
.. _helminster: https://github.com/helminster

2.1.0 (2015-07-08)
------------------
* Auto shrink support. Thanks to `John Chumnanvech`_.
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.1.0'
version = '2.1.1'
# The full version, including alpha/beta/rc tags.
release = '2.1.0'
release = '2.1.1'

# 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.1.0',
version='2.1.1',
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 94f69c1

Please sign in to comment.