We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cf5447 commit adb067fCopy full SHA for adb067f
CHANGELOG.rst
@@ -1,5 +1,13 @@
1
Changelog
2
=========
3
+10.0.0 - 2024-04-17
4
+--------------------
5
+Decommissioned the Safe Place API
6
+
7
+Fixed the List Type Query Parameter for Hotel List API, Big thanks to `Siddhartha Dutta <https://github.com/siddydutta>`_ for his contribution!
8
9
+Updated sphinx version from 3.4.1 to 5.0.0
10
11
9.0.0 - 2023-09-04
12
--------------------
13
Decommissioned the Travel Restrictions API v2
amadeus/version.py
@@ -1,2 +1,2 @@
-version_info = (9, 0, 0)
+version_info = (10, 0, 0)
version = '.'.join(str(v) for v in version_info)
0 commit comments