Skip to content

Commit 647a028

Browse files
authored
Merge pull request #75 from amadeus4dev/release-3.5.0
Release version 3.5.0
2 parents 8d599e8 + a0f63f5 commit 647a028

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ Changelog
22
=========
33
3.4.0 - 2020-01-28
44
--------------------
5+
Add support for the `SeatMap Display <https://developers.amadeus.com/self-service/category/air/api-doc/seatmap-display>`_
6+
7+
SeatMap Display API allows you to get information to display airplane cabin plan from a Flight Offer in order for the traveler to be able to choose his seat during the flight booking flow thanks to POST method. In addition GET method allows you to display airplane cabin plan from an existing Flight Order.
8+
59
Add support for the `Hotel Booking <https://developers.amadeus.com/self-service/category/hotel/api-doc/hotel-booking>`_
610

711
The Amadeus Hotel Booking API lets you complete bookings at over 150,000 hotels and accommodations around the world. To complete bookings, you must first use the Amadeus Hotel Search API to search for hotel deals, select the desired offer and confirm the final price and availability. You can then use the Hotel Booking API to complete the reservation by providing an offer id, guest information and payment information.

amadeus/version.py

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

0 commit comments

Comments
 (0)