Skip to content

Commit b17344b

Browse files
authored
Merge pull request #125 from amadeus4dev/release-5.1.1
Release 5.1.1
2 parents 0a2570d + 3b04c31 commit b17344b

3 files changed

Lines changed: 5 additions & 37 deletions

File tree

.travis.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

CHANGELOG.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
Changelog
22
=========
3+
5.1.1 - 2021-05-12
4+
--------------------
5+
Remove travis ci release support and creating github action
6+
37
5.1.0 - 2021-05-12
48
--------------------
59
Add support for the `Flight Availabilities Search API <https://developers.amadeus.com/self-service/category/air/api-doc/flight-availabilities-search/api-reference>`_
610

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

9-
1013
5.0.0 - 2021-02-02
1114
--------------------
1215
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, 1, 0)
1+
version_info = (5, 1, 1)
22
version = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)