v16.0.1
This commit is contained in:
parent
446cd48c37
commit
a9bc26a134
@ -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)
|
||||
|
||||
|
||||
@ -1,2 +0,0 @@
|
||||
|
||||
[BugFix] Reorder staticfiles command in Dockerfile to resolve the Missing staticfiles manifest entry for 'bundles'. (by @hinakhadim)
|
||||
@ -1,4 +1,4 @@
|
||||
__version__ = "16.0.0"
|
||||
__version__ = "16.0.1"
|
||||
__package_version__ = __version__
|
||||
|
||||
# Handle version suffix for nightly, just like tutor core.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user