Skip to content

Commit

Permalink
Merge pull request #113 from amadeus4dev/release-5.0.0
Browse files Browse the repository at this point in the history
Release 5.0.0
  • Loading branch information
tsolakoua authored Feb 2, 2021
2 parents 75ef564 + cf4e705 commit 8db982f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Changelog
=========
5.0.0 - 2021-02-02
--------------------
Remove support for Python 2. The SDK requires Python 3.4+

Fix unwanted exception on DELETE method of Flight Order Management API

4.5.0 - 2020-11-05
--------------------
Add support for the `Flight Price Analysis API <https://developers.amadeus.com/self-service/category/air/api-doc/flight-price-analysis/api-reference>`_
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 = (4, 5, 0)
version_info = (5, 0, 0)
version = '.'.join(str(v) for v in version_info)

0 comments on commit 8db982f

Please sign in to comment.