From 0b934aff639fdd5c63ad859075c59ebea3b6a255 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Tue, 10 Dec 2024 11:54:10 +0100 Subject: [PATCH] v18.2.2 --- CHANGELOG.md | 5 +++++ tutor/__about__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e709012d8..0b73b1bdef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,11 @@ instructions, because git commits are used to generate release notes: + +## v18.2.2 (2024-12-10) + +- [Bugfix] Fix CI scripts to publish macOS binaries. + ## v18.2.1 (2024-12-10) diff --git a/tutor/__about__.py b/tutor/__about__.py index 705eb4783d..e192a86d21 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -2,7 +2,7 @@ # Increment this version number to trigger a new release. See # docs/tutor.html#versioning for information on the versioning scheme. -__version__ = "18.2.1" +__version__ = "18.2.2" # The version suffix will be appended to the actual version, separated by a # dash. Use this suffix to differentiate between the actual released version and