Skip to content

Commit fb15d84

Browse files
authored
Merge pull request #184 from amadeus4dev/release-v8.0.0
Release v8.0.0
2 parents 4e7a656 + 30e0f3e commit fb15d84

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
Changelog
22
=========
3+
8.0.0 - 2023-01-30
4+
--------------------
5+
Decommissioned Travel Restrictions API v1
6+
7+
Decommissioned Hotel Search API v2
8+
9+
Upgraded Python v3.8+ support and old dependencies
10+
11+
Upgraded testing by using `pytest` and `mock`
12+
13+
Fixed #175 Replace type() with instance()
14+
15+
Fixed #177 Update the default value {} as an argument
16+
17+
Minor updates in How to Release and running test in contribution guide
18+
319
7.1.0 - 2022-11-04
420
--------------------
521
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>`_

amadeus/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (7, 1, 0)
1+
version_info = (8, 0, 0)
22
version = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)