diff --git a/CHANGELOG.md b/CHANGELOG.md index edd6a5e..97778d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,11 @@ instructions, because git commits are used to generate release notes: + +## v16.0.1 (2023-10-24) + +- [BugFix] Reorder staticfiles command in Dockerfile to resolve the Missing staticfiles manifest entry for 'bundles'. (by @hinakhadim) + ## v16.0.0 (2023-06-15) diff --git a/changelog.d/20231020_183811_hina.khadim_miss_manifest_entry.md b/changelog.d/20231020_183811_hina.khadim_miss_manifest_entry.md deleted file mode 100644 index 2c38a85..0000000 --- a/changelog.d/20231020_183811_hina.khadim_miss_manifest_entry.md +++ /dev/null @@ -1,2 +0,0 @@ - -[BugFix] Reorder staticfiles command in Dockerfile to resolve the Missing staticfiles manifest entry for 'bundles'. (by @hinakhadim) diff --git a/tutorcredentials/__about__.py b/tutorcredentials/__about__.py index 6d477ab..d1f60af 100644 --- a/tutorcredentials/__about__.py +++ b/tutorcredentials/__about__.py @@ -1,4 +1,4 @@ -__version__ = "16.0.0" +__version__ = "16.0.1" __package_version__ = __version__ # Handle version suffix for nightly, just like tutor core.