Skip to content

Commit

Permalink
release 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsolakoua committed Feb 2, 2021
1 parent 75ef564 commit cf4e705
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 cf4e705

Please sign in to comment.