Skip to content

Commit 054dc1e

Browse files
committed
release 6.0.0
1 parent 80e4367 commit 054dc1e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
Changelog
22
=========
3+
6.0.0 - 2022-05-23
4+
--------------------
5+
Add support for `Hotel List API <https://developers.amadeus.com/self-service/category/hotel/api-doc/hotel-list/api-reference>`_
6+
Add support for `Hotel Search v3 <https://developers.amadeus.com/self-service/category/hotel/api-doc/hotel-search/api-reference>`_
7+
Add support for the X-HTTP-Method-Override header
8+
Remove the AI-Generated Photos API
9+
310
5.3.1 - 2022-02-24
411
--------------------
512
Update release workflow
@@ -99,7 +106,7 @@ Add self-containing executable examples for the existing supported endpoints.
99106

100107
3.3.0 - 2019-12-04
101108
--------------------
102-
Add support for the `AI-Generated Photos <https://developers.amadeus.com/self-service/category/trip/api-doc/ai-generated-photos>`_
109+
Add support for the `AI-Generated Photos`
103110

104111
The AI-Generated Photos API returns a link to download a rendered image of a landscape. The image size is 512x512 pixels and the currently available image categories are BEACH and MOUNTAIN. The link to download the AI-generated picture is valid for 24 hours. This API is an experimental project created by the Amadeus AI Lab using the Nvidia StyleGAN framework. This API is free to use and we welcome any feedback you may have about improvements.
105112

amadeus/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (5, 3, 1)
1+
version_info = (6, 0, 0)
22
version = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)