Skip to content

Commit 419bbc4

Browse files
authored
Merge pull request #116 from amadeus4dev/release-5.1.0
release 5.1.0
2 parents 8fac665 + 0749334 commit 419bbc4

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
Changelog
22
=========
3+
5.1.0 - 2021-05-12
4+
--------------------
5+
Add support for the `Flight Availabilities Search API <https://developers.amadeus.com/self-service/category/air/api-doc/flight-availabilities-search/api-reference>`_
6+
7+
Add support for the `Branded Fares Upsell API <https://developers.amadeus.com/self-service/category/air/api-doc/branded-fares-upsell/api-reference>`_
8+
9+
310
5.0.0 - 2021-02-02
411
--------------------
512
Remove support for Python 2. The SDK requires Python 3.4+

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, 0, 0)
1+
version_info = (5, 1, 0)
22
version = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)