From b25937658d66443000f1ee5db7a166db5aad8695 Mon Sep 17 00:00:00 2001 From: Syed Muhammad Dawoud Sheraz Ali Date: Fri, 26 Jul 2024 18:06:36 +0500 Subject: [PATCH] v18.1.2 --- CHANGELOG.md | 5 +++++ .../20240725_221432_dawoud.sheraz_july_25_security_patch.md | 1 - tutor/__about__.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) delete mode 100644 changelog.d/20240725_221432_dawoud.sheraz_july_25_security_patch.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 956c010d60..80803702ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,11 @@ instructions, because git commits are used to generate release notes: + +## v18.1.2 (2024-07-26) + +- [Security] Add upstream security fix as patch in Open edX image (by @dawoudsheraz) + ## v18.1.1 (2024-07-04) diff --git a/changelog.d/20240725_221432_dawoud.sheraz_july_25_security_patch.md b/changelog.d/20240725_221432_dawoud.sheraz_july_25_security_patch.md deleted file mode 100644 index 39a3c8e83c..0000000000 --- a/changelog.d/20240725_221432_dawoud.sheraz_july_25_security_patch.md +++ /dev/null @@ -1 +0,0 @@ -- [Security] Add upstream security fix as patch in Open edX image (by @dawoudsheraz) diff --git a/tutor/__about__.py b/tutor/__about__.py index 214299363a..202beaa4c8 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.1.1" +__version__ = "18.1.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