From 7d6c42a31fbe3b9f30c29acd3505538e3da5676f Mon Sep 17 00:00:00 2001 From: Maria Grimaldi Date: Tue, 21 Jul 2026 15:10:30 +0200 Subject: [PATCH] chore: release v11.2.1 Bump version and add changelog entry for the maintenance-only release (Python requirements upgrades, GitHub Actions SHA pinning, and CI action bumps). Co-Authored-By: Claude Sonnet 5 --- CHANGELOG.rst | 10 ++++++++++ openedx_events/__init__.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a4537ce4..ed9559f0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -16,6 +16,16 @@ Change Log Unreleased __________ +[11.2.1] - 2026-07-21 +--------------------- + +Changed +~~~~~~~ + +* Upgraded Python requirements to their latest compatible versions. +* Pinned GitHub Actions workflows to full commit SHAs. +* Bumped ``actions/checkout``, ``actions/setup-python``, and ``codecov/codecov-action`` to their latest major versions. + [11.2.0] - 2026-04-20 --------------------- diff --git a/openedx_events/__init__.py b/openedx_events/__init__.py index bbb4c8a3..dd65df95 100644 --- a/openedx_events/__init__.py +++ b/openedx_events/__init__.py @@ -5,4 +5,4 @@ more information about the project. """ -__version__ = "11.2.0" +__version__ = "11.2.1"