Skip to content

Commit

Permalink
Merge pull request #116 from amadeus4dev/release-5.1.0
Browse files Browse the repository at this point in the history
release 5.1.0
  • Loading branch information
tsolakoua authored May 12, 2021
2 parents 8fac665 + 0749334 commit 419bbc4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
Changelog
=========
5.1.0 - 2021-05-12
--------------------
Add support for the `Flight Availabilities Search API <https://developers.amadeus.com/self-service/category/air/api-doc/flight-availabilities-search/api-reference>`_

Add support for the `Branded Fares Upsell API <https://developers.amadeus.com/self-service/category/air/api-doc/branded-fares-upsell/api-reference>`_


5.0.0 - 2021-02-02
--------------------
Remove support for Python 2. The SDK requires Python 3.4+
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 = (5, 0, 0)
version_info = (5, 1, 0)
version = '.'.join(str(v) for v in version_info)

0 comments on commit 419bbc4

Please sign in to comment.