Skip to content

Commit bb1e155

Browse files
committed
Bump to 0.38.4.
1 parent 1f0a98c commit bb1e155

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.38.4
4+
5+
- Do not add the base directory when running collectstatic.
6+
37
## 0.38.3
48

59
- Re-publish.

docs/source/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.38.4
4+
5+
- Do not add the base directory when running collectstatic.
6+
37
## 0.38.3
48

59
- Re-publish.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "coltrane"
33
authors = [
44
{name = "Adam Hill", email = "adam@adamghill.com"}
55
]
6-
version = "0.38.3"
6+
version = "0.38.4"
77
description = "A minimal app framework for content sites 🎵"
88
readme = "README.md"
99
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)