Skip to content

Commit a1f2ffa

Browse files
committed
prepare for 1.1.0 release
1 parent 33b7700 commit a1f2ffa

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

NEWS.rst

+16
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ Version history
44
.. py:currentmodule:: happybase
55
66
7+
HappyBase 1.1.0
8+
---------------
9+
10+
Release date: 2017-04-03
11+
12+
* Set socket timeout unconditionally on ``TSocket``
13+
(`#146 <https://github.com/wbolster/happybase/issues/146>`_)
14+
15+
* Add new ‘0.98’ compatibility mode
16+
(`#155 <https://github.com/wbolster/happybase/issues/155>`_)
17+
18+
* Add support for reversed scanners
19+
(`#67 <https://github.com/wbolster/happybase/issues/67>`_,
20+
`#155 <https://github.com/wbolster/happybase/issues/155>`_)
21+
22+
723
HappyBase 1.0.0
824
---------------
925

happybase/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
setup.py.
66
"""
77

8-
__version__ = '1.0.0'
8+
__version__ = '1.1.0'

0 commit comments

Comments
 (0)