Skip to content

Commit f60a3fa

Browse files
committed
release 4.2.0
1 parent a27eab0 commit f60a3fa

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Changelog
22
=========
3+
4.2.0 - 2020-08-05
4+
--------------------
5+
Add support for the `Travel Recommendations API <https://developers.amadeus.com/self-service/category/trip/api-doc/travel-recommendations>`_
6+
7+
Moved the code examples directory to a dedicated `code examples repository <https://github.com/amadeus4dev/amadeus-code-examples>`_
8+
39
4.1.0 - 2020-06-11
410
--------------------
511
Add support for the `Safe Place API <https://developers.amadeus.com/self-service/category/destination-content/api-doc/safe-place-api>`_

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, 1, 0)
1+
version_info = (4, 2, 0)
22
version = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)