Skip to content

Commit

Permalink
Merge pull request #163 from amadeus4dev/release-7.0.0
Browse files Browse the repository at this point in the history
release-7.0.0
  • Loading branch information
tsolakoua committed Jul 21, 2022
2 parents 53a4944 + aba9cac commit 82f1af8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
@@ -1,5 +1,15 @@
Changelog
=========
7.0.0 - 2022-07-20
--------------------
Add support for `Trip Parser v3 API <https://developers.amadeus.com/self-service/category/trip/api-doc/trip-parser/api-reference>`_ and remove Trip Parser v2

Add support for `City Search API <https://developers.amadeus.com/self-service/category/trip/api-doc/city-search/api-reference>`_

Add support for `Airline Routes API <https://developers.amadeus.com/self-service/category/air/api-doc/airline-routes/api-reference>`_ and `Hotel Name Autocomplete API <https://developers.amadeus.com/self-service/category/hotel/api-doc/hotel-name-autocomplete/api-reference>`_. Big thanks to `Siddhartha Dutta <https://github.com/siddydutta>`_ for his contribution!

Implement the coverage report generation at CI time

6.0.1 - 2022-05-23
--------------------
Removing all references to the unused media namespace
Expand Down
2 changes: 1 addition & 1 deletion amadeus/version.py
@@ -1,2 +1,2 @@
version_info = (6, 0, 1)
version_info = (7, 0, 0)
version = '.'.join(str(v) for v in version_info)

0 comments on commit 82f1af8

Please sign in to comment.