Skip to content

Commit 8db982f

Browse files
authored
Merge pull request #113 from amadeus4dev/release-5.0.0
Release 5.0.0
2 parents 75ef564 + cf4e705 commit 8db982f

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Changelog
22
=========
3+
5.0.0 - 2021-02-02
4+
--------------------
5+
Remove support for Python 2. The SDK requires Python 3.4+
6+
7+
Fix unwanted exception on DELETE method of Flight Order Management API
8+
39
4.5.0 - 2020-11-05
410
--------------------
511
Add support for the `Flight Price Analysis API <https://developers.amadeus.com/self-service/category/air/api-doc/flight-price-analysis/api-reference>`_

amadeus/version.py

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

0 commit comments

Comments
 (0)