Skip to content

Commit

Permalink
Merge pull request #107 from amadeus4dev/release-4.5.0
Browse files Browse the repository at this point in the history
Release 4.5.0
  • Loading branch information
tsolakoua committed Nov 5, 2020
2 parents 1063319 + 3d075c0 commit 889861e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Changelog
=========
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>`_

4.4.0 - 2020-10-09
--------------------
Add support for the `Tours and Activities API <https://developers.amadeus.com/self-service/category/destination-content/api-doc/tours-and-activities/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, 4, 0)
version_info = (4, 5, 0)
version = '.'.join(str(v) for v in version_info)

0 comments on commit 889861e

Please sign in to comment.