FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

release-7.0.0 by tsolakoua · Pull Request #163 · amadeus4dev/amadeus-python · GitHub

This repository was archived by the owner on Jul 17, 2026. It is now read-only.
/ amadeus-python Public archive
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .py  (1) .rst  (1) All 2 file types selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
10 changes: 10 additions & 0 deletions CHANGELOG.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
Changelog
=========
7.0.0 - 2022-07-20

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

We also merged two PRs that support Hotel Autocomplete and Airlines Routes from the community, right?

tsolakoua Jul 21, 2022
edited
Loading

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

OMG YES @xianqiliu!!! Will update asap, thank you <3

--------------------
Add support for `Trip Parser v3 API <https://developers.amadeus.com/self-service/category/trip/api-doc/trip-parser/api-reference>`_ and remove Trip Parser v2

Add support for `City Search API <https://developers.amadeus.com/self-service/category/trip/api-doc/city-search/api-reference>`_

Add support for `Airline Routes API <https://developers.amadeus.com/self-service/category/air/api-doc/airline-routes/api-reference>`_ and `Hotel Name Autocomplete API <https://developers.amadeus.com/self-service/category/hotel/api-doc/hotel-name-autocomplete/api-reference>`_. Big thanks to `Siddhartha Dutta <https://github.com/siddydutta>`_ for his contribution!

Implement the coverage report generation at CI time

6.0.1 - 2022-05-23
--------------------
Removing all references to the unused media namespace
Expand Down
2 changes: 1 addition & 1 deletion amadeus/version.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (6, 0, 1)
version_info = (7, 0, 0)
version = '.'.join(str(v) for v in version_info)

Back | FazBrowse Home | New Git URL