We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a27eab0 commit f60a3faCopy full SHA for f60a3fa
2 files changed
CHANGELOG.rst
@@ -1,5 +1,11 @@
1
Changelog
2
=========
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
9
4.1.0 - 2020-06-11
10
--------------------
11
Add support for the `Safe Place API <https://developers.amadeus.com/self-service/category/destination-content/api-doc/safe-place-api>`_
amadeus/version.py
@@ -1,2 +1,2 @@
-version_info = (4, 1, 0)
+version_info = (4, 2, 0)
version = '.'.join(str(v) for v in version_info)
0 commit comments