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 b0278e0578..363d1d42cf 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