From 93aaede84b6a6d426cff47642b504f47476c4d37 Mon Sep 17 00:00:00 2001 From: Anna Tsolakou Date: Tue, 11 Mar 2025 12:40:47 +0100 Subject: [PATCH] release 12.0.0 --- CHANGELOG.rst | 8 ++++++++ amadeus/version.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f0c9a9e..4731028 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,13 @@ Changelog ========= +12.0.0 - 2025-04-11 +-------------------- +Decommissioned the Points of Interest and Location Score APIs + +Updated the Ubuntu 24.04 for GitHub Actions + +Big thanks to `Siddhartha Dutta `_ for his contribution to the above implementations! + 11.0.0 - 2024-10-02 -------------------- Decommissioned the Trip Parser API diff --git a/amadeus/version.py b/amadeus/version.py index 4c29845..e11e7d9 100644 --- a/amadeus/version.py +++ b/amadeus/version.py @@ -1,2 +1,2 @@ -version_info = (11, 0, 0) +version_info = (12, 0, 0) version = '.'.join(str(v) for v in version_info)