Skip to content

Commit

Permalink
Merge pull request #172 from amadeus4dev/release-7.1.0
Browse files Browse the repository at this point in the history
Release 7.1.0
  • Loading branch information
tsolakoua committed Nov 4, 2022
2 parents 59b2249 + 9888763 commit 379ee77
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
@@ -1,5 +1,13 @@
Changelog
=========
7.1.0 - 2022-11-04
--------------------
Add support for `Travel Restrictions v2 API <https://developers.amadeus.com/self-service/category/covid-19-and-travel-safety/api-doc/travel-restrictions/api-reference>`_

Bug fix in pagination

Add SonarCloud support

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
Expand Down
2 changes: 1 addition & 1 deletion amadeus/version.py
@@ -1,2 +1,2 @@
version_info = (7, 0, 0)
version_info = (7, 1, 0)
version = '.'.join(str(v) for v in version_info)

0 comments on commit 379ee77

Please sign in to comment.