Skip to content

Commit e891a45

Browse files
committed
Release v8.0.0
1 parent 4e7a656 commit e891a45

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (7, 1, 0)
2-
version = '.'.join(str(v) for v in version_info)
1+
version_info = (8, 0, 0)
2+
version = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)