From 8e3df6ef6ef454eb7600c93b273c8c75052792ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Tue, 12 Mar 2024 11:48:12 +0500 Subject: [PATCH] v16.0.4 --- CHANGELOG.md | 5 +++++ changelog.d/20240228_101740_fahad.khalid_HEAD.md | 1 - tutorminio/__about__.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) delete mode 100644 changelog.d/20240228_101740_fahad.khalid_HEAD.md diff --git a/CHANGELOG.md b/CHANGELOG.md index e92a3c6..8ad3221 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,11 @@ instructions, because git commits are used to generate release notes: + +## v16.0.4 (2024-03-12) + +- [Bugfix] Fix a 403 error on exporting course content when the minio plugin is enabled. (by @FahadKhalid210) + ## v16.0.3 (2023-12-15) diff --git a/changelog.d/20240228_101740_fahad.khalid_HEAD.md b/changelog.d/20240228_101740_fahad.khalid_HEAD.md deleted file mode 100644 index fb130d4..0000000 --- a/changelog.d/20240228_101740_fahad.khalid_HEAD.md +++ /dev/null @@ -1 +0,0 @@ -- [Bugfix] Fix a 403 error on exporting course content when the minio plugin is enabled. (by @FahadKhalid210) \ No newline at end of file diff --git a/tutorminio/__about__.py b/tutorminio/__about__.py index c7d74af..08d1d51 100644 --- a/tutorminio/__about__.py +++ b/tutorminio/__about__.py @@ -1 +1 @@ -__version__ = "16.0.3" +__version__ = "16.0.4"