Skip to content

Commit dec0fcd

Browse files
committed
release 10.1.0
1 parent 843e6ff commit dec0fcd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Changelog
22
=========
3+
10.1.0 - 2024-06-20
4+
--------------------
5+
Add support for the `Hotel Booking v2 API <https://developers.amadeus.com/self-service/category/hotels/api-doc/hotel-booking>`_. Big thanks to `Siddhartha Dutta <https://github.com/siddydutta>`_ for his contribution
6+
37
10.0.0 - 2024-04-17
48
--------------------
59
Decommissioned the Safe Place API

amadeus/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (10, 0, 0)
1+
version_info = (10, 1, 0)
22
version = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)