Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Changelog
=========
12.0.0 - 2025-04-11
--------------------
Decommissioned the Points of Interest and Location Score APIs

Updated the Ubuntu 24.04 for GitHub Actions

Big thanks to `Siddhartha Dutta <https://github.com/siddydutta>`_ for his contribution to the above implementations!

11.0.0 - 2024-10-02
--------------------
Decommissioned the Trip Parser API
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 = (11, 0, 0)
version_info = (12, 0, 0)
version = '.'.join(str(v) for v in version_info)