This commit is contained in:
Régis Behmo 2023-10-24 09:11:07 +02:00
parent 446cd48c37
commit a9bc26a134
3 changed files with 6 additions and 3 deletions

View File

@ -19,6 +19,11 @@ instructions, because git commits are used to generate release notes:
<!-- scriv-insert-here -->
<a id='changelog-16.0.1'></a>
## v16.0.1 (2023-10-24)
- [BugFix] Reorder staticfiles command in Dockerfile to resolve the Missing staticfiles manifest entry for 'bundles'. (by @hinakhadim)
<a id='changelog-16.0.0'></a>
## v16.0.0 (2023-06-15)

View File

@ -1,2 +0,0 @@
[BugFix] Reorder staticfiles command in Dockerfile to resolve the Missing staticfiles manifest entry for 'bundles'. (by @hinakhadim)

View File

@ -1,4 +1,4 @@
__version__ = "16.0.0"
__version__ = "16.0.1"
__package_version__ = __version__
# Handle version suffix for nightly, just like tutor core.