Skip to content

Commit 869e825

Browse files
committed
Prepare for 1.3.0 release
1 parent 6564099 commit 869e825

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

NEWS.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ Version history
44
.. py:currentmodule:: happybase
55
66
7+
HappyBase 1.3.0
8+
---------------
9+
10+
Release date: 2025-09-26
11+
12+
* Switch to pytest
13+
(`pr 238 <https://github.com/wbolster/happybase/pull/238>`_)
14+
* Use ``importlib_resources`` package because ``pkg_resources`` is
15+
deprecated in Python 3.12
16+
(`pr 261 <https://github.com/wbolster/happybase/pull/261>`_)
17+
18+
719
HappyBase 1.2.0
820
---------------
921

@@ -12,7 +24,7 @@ Release date: 2019-05-14
1224
* Switch from ``thriftpy`` to its successor ``thriftpy2``,
1325
which supports Python 3.7.
1426
(`issue #221 <https://github.com/wbolster/happybase/issues/221>`_,
15-
`pr 222 <https://github.com/wbolster/happybase/pull/222>`_,
27+
`pr 222 <https://github.com/wbolster/happybase/pull/222>`_)
1628

1729

1830
HappyBase 1.1.0

happybase/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
setup.py.
66
"""
77

8-
__version__ = '1.2.0'
8+
__version__ = '1.3.0'

0 commit comments

Comments
 (0)