Skip to content

Commit 0bc7089

Browse files
authored
Merge pull request #225 from amadeus4dev/release12.0.0
Release 12.0.0
2 parents e1e89f1 + 93aaede commit 0bc7089

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
Changelog
22
=========
3+
12.0.0 - 2025-04-11
4+
--------------------
5+
Decommissioned the Points of Interest and Location Score APIs
6+
7+
Updated the Ubuntu 24.04 for GitHub Actions
8+
9+
Big thanks to `Siddhartha Dutta <https://github.com/siddydutta>`_ for his contribution to the above implementations!
10+
311
11.0.0 - 2024-10-02
412
--------------------
513
Decommissioned the Trip Parser API

amadeus/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (11, 0, 0)
1+
version_info = (12, 0, 0)
22
version = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)