Skip to content

Commit

Permalink
release 11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsolakoua committed Oct 2, 2024
1 parent 89fec17 commit 814f512
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Changelog
=========
11.0.0 - 2024-10-02
--------------------
Decommissioned the Trip Parser API

10.1.0 - 2024-06-20
--------------------
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
Expand Down
2 changes: 1 addition & 1 deletion amadeus/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (10, 1, 0)
version_info = (11, 0, 0)
version = '.'.join(str(v) for v in version_info)

0 comments on commit 814f512

Please sign in to comment.