Skip to content

Commit a2afcf4

Browse files
authored
Merge pull request #218 from amadeus4dev/release-11.0.0
Release 11.0.0
2 parents 89fec17 + 814f512 commit a2afcf4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.rst

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Changelog
22
=========
3+
11.0.0 - 2024-10-02
4+
--------------------
5+
Decommissioned the Trip Parser API
6+
37
10.1.0 - 2024-06-20
48
--------------------
59
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

amadeus/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (10, 1, 0)
1+
version_info = (11, 0, 0)
22
version = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)