We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1e89f1 + 93aaede commit 0bc7089Copy full SHA for 0bc7089
CHANGELOG.rst
@@ -1,5 +1,13 @@
1
Changelog
2
=========
3
+12.0.0 - 2025-04-11
4
+--------------------
5
+Decommissioned the Points of Interest and Location Score APIs
6
+
7
+Updated the Ubuntu 24.04 for GitHub Actions
8
9
+Big thanks to `Siddhartha Dutta <https://github.com/siddydutta>`_ for his contribution to the above implementations!
10
11
11.0.0 - 2024-10-02
12
--------------------
13
Decommissioned the Trip Parser API
amadeus/version.py
@@ -1,2 +1,2 @@
-version_info = (11, 0, 0)
+version_info = (12, 0, 0)
version = '.'.join(str(v) for v in version_info)
0 commit comments