Skip to content

Commit 2cca771

Browse files
authored
Merge pull request #94 from amadeus4dev/release-4.1.0
release 4.1.0
2 parents 6dc0a23 + a930dee commit 2cca771

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
Changelog
22
=========
3+
4.1.0 - 2020-06-11
4+
--------------------
5+
Add support for the `Safe Place API <https://developers.amadeus.com/self-service/category/destination-content/api-doc/safe-place-api>`_
6+
37
4.0.0 - 2020-04-27
48
--------------------
5-
Add support for the `Flight Choice Prediction v2 <https://developers.amadeus.com/self-service/category/air/api-doc/flight-choice-prediction/api-reference>`_
9+
Add support for the `Flight Choice Prediction v2 <https://developers.amadeus.com/self-service/category/air/api-doc/flight-choice-prediction>`_
610

711
The input of Flight Choice Prediction v2 is the result of Flight Offers Search API - in v1 the input was the result of Flight Low-Fare Search
812

9-
Add support for the Retrieve (3rd) endpoint of `Points Of Interest API <https://developers.amadeus.com/self-service/category/destination-content/api-doc/points-of-interest/api-reference>`_
13+
Add support for the Retrieve (3rd) endpoint of `Points Of Interest API <https://developers.amadeus.com/self-service/category/destination-content/api-doc/points-of-interest>`_
1014

1115
Remove support for Flight Choice Prediction v1
1216

amadeus/version.py

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

0 commit comments

Comments
 (0)