Skip to content

Commit 2e0b5f9

Browse files
committed
Release 2.38.0 (2025-05-29)
* 38c503a - Add new resources for "room upgrade" and "regional connector" products (#143) * 9e1f061 - Remove unsupported Python versions from testing matrix (#144)
1 parent 38c503a commit 2e0b5f9

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

HISTORY.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ History
44
=======
55

66

7-
Unreleased (YYYY-MM-DD)
8-
-----------------------
7+
2.38.0 (2025-05-29)
8+
-------------------
99

10-
* Add new resources for "room upgrade" and "regional connector" products: ``room_upgrades``, ``room_upgrade_services``, ``regional_connectors``, and ``regional_connectors_services``. See `PR #143`_ for more details.
10+
* Add new resources for "room upgrade" and "regional connector" products:
11+
``room_upgrades``, ``room_upgrade_services``, ``regional_connectors``, and
12+
``regional_connectors_services``. See `PR #143`_ for more details.
1113

1214
.. _`PR #143`: https://github.com/gadventures/gapipy/pull/143
1315

gapipy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
__title__ = "gapipy"
44

5-
__version__ = "2.37.0"
5+
__version__ = "2.38.0"
66

77
from .client import Client # noqa

0 commit comments

Comments
 (0)