prepare for 1.1.0 release

This commit is contained in:
wouter bolsterlee
2017-04-03 23:11:47 +02:00
parent 33b7700375
commit a1f2ffa867
2 changed files with 17 additions and 1 deletions

View File

@@ -4,6 +4,22 @@ Version history
.. py:currentmodule:: happybase
HappyBase 1.1.0
---------------
Release date: 2017-04-03
* Set socket timeout unconditionally on ``TSocket``
(`#146 <https://github.com/wbolster/happybase/issues/146>`_)
* Add new 0.98 compatibility mode
(`#155 <https://github.com/wbolster/happybase/issues/155>`_)
* Add support for reversed scanners
(`#67 <https://github.com/wbolster/happybase/issues/67>`_,
`#155 <https://github.com/wbolster/happybase/issues/155>`_)
HappyBase 1.0.0
---------------

View File

@@ -5,4 +5,4 @@ This module defines the package version for use in __init__.py and
setup.py.
"""
__version__ = '1.0.0'
__version__ = '1.1.0'