Skip to content

Commit

Permalink
Release 10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MinjiK committed Apr 17, 2024
1 parent 0cf5447 commit adb067f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Changelog
=========
10.0.0 - 2024-04-17
--------------------
Decommissioned the Safe Place API

Fixed the List Type Query Parameter for Hotel List API, Big thanks to `Siddhartha Dutta <https://github.com/siddydutta>`_ for his contribution!

Updated sphinx version from 3.4.1 to 5.0.0

9.0.0 - 2023-09-04
--------------------
Decommissioned the Travel Restrictions API v2
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 = (9, 0, 0)
version_info = (10, 0, 0)
version = '.'.join(str(v) for v in version_info)

0 comments on commit adb067f

Please sign in to comment.