Skip to content

Commit

Permalink
Merge pull request #99 from amadeus4dev/release-4.2.0
Browse files Browse the repository at this point in the history
release 4.2.0
  • Loading branch information
tsolakoua authored Aug 5, 2020
2 parents a27eab0 + f60a3fa commit 062f338
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Changelog
=========
4.2.0 - 2020-08-05
--------------------
Add support for the `Travel Recommendations API <https://developers.amadeus.com/self-service/category/trip/api-doc/travel-recommendations>`_

Moved the code examples directory to a dedicated `code examples repository <https://github.com/amadeus4dev/amadeus-code-examples>`_

4.1.0 - 2020-06-11
--------------------
Add support for the `Safe Place API <https://developers.amadeus.com/self-service/category/destination-content/api-doc/safe-place-api>`_
Expand Down
2 changes: 1 addition & 1 deletion amadeus/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (4, 1, 0)
version_info = (4, 2, 0)
version = '.'.join(str(v) for v in version_info)

0 comments on commit 062f338

Please sign in to comment.