File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff 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+
719HappyBase 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
1830HappyBase 1.1.0
Original file line number Diff line number Diff line change 55setup.py.
66"""
77
8- __version__ = '1.2 .0'
8+ __version__ = '1.3 .0'
You can’t perform that action at this time.
0 commit comments