We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f0a98c commit bb1e155Copy full SHA for bb1e155
3 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.38.4
4
+
5
+- Do not add the base directory when running collectstatic.
6
7
## 0.38.3
8
9
- Re-publish.
docs/source/changelog.md
pyproject.toml
@@ -3,7 +3,7 @@ name = "coltrane"
authors = [
{name = "Adam Hill", email = "adam@adamghill.com"}
]
-version = "0.38.3"
+version = "0.38.4"
description = "A minimal app framework for content sites 🎵"
readme = "README.md"
license = {file = "LICENSE"}
0 commit comments