Skip to content

Commit 314395f

Browse files
authored
Merge pull request #210 from amadeus4dev/10.0.0
Release 10.0.0
2 parents 0cf5447 + adb067f commit 314395f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
Changelog
22
=========
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+
311
9.0.0 - 2023-09-04
412
--------------------
513
Decommissioned the Travel Restrictions API v2

amadeus/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (9, 0, 0)
1+
version_info = (10, 0, 0)
22
version = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)