Skip to content

Commit 50b6830

Browse files
committed
Bump to 0.38.5.
1 parent 575d4fb commit 50b6830

4 files changed

Lines changed: 10 additions & 4 deletions

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.5
4+
5+
- Better support for multiple sites.
6+
37
## 0.38.4
48

59
- Do not add the base directory when running collectstatic.

DEVELOPING.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010

1111
1. Update version in `pyproject.toml`
1212
1. Update CHANGELOG.md
13-
1. `just update` to install the package and all extras
14-
1. `just test` to run tests
15-
1. `just docs-build` to build documentation
13+
1. `just update && just test && just docs-build`
1614
1. Commit changes
1715
1. Tag commit with new version
1816
1. Push `git push --tags origin main`

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.5
4+
5+
- Better support for multiple sites.
6+
37
## 0.38.4
48

59
- Do not add the base directory when running collectstatic.

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.4"
6+
version = "0.38.5"
77
description = "A minimal app framework for content sites 🎵"
88
readme = "README.md"
99
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)