We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0cf5447 + adb067f commit 314395fCopy full SHA for 314395f
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