File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 1010
11111 . Update version in ` pyproject.toml `
12121 . 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 `
16141 . Commit changes
17151 . Tag commit with new version
18161 . Push ` git push --tags origin main `
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "coltrane"
33authors = [
44 {name = " Adam Hill" , email = " adam@adamghill.com" }
55]
6- version = " 0.38.4 "
6+ version = " 0.38.5 "
77description = " A minimal app framework for content sites 🎵"
88readme = " README.md"
99license = {file = " LICENSE" }
You can’t perform that action at this time.
0 commit comments