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 5d35fa2 commit 5898830Copy full SHA for 5898830
3 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 0.38.3
4
+
5
+- Re-publish.
6
7
+## 0.38.2
8
9
+- Default to the first site if the request header is unknown.
10
11
## 0.38.1
12
13
- Clean up code.
docs/source/changelog.md
pyproject.toml
@@ -3,7 +3,7 @@ name = "coltrane"
authors = [
{name = "Adam Hill", email = "adam@adamghill.com"}
]
-version = "0.38.1"
+version = "0.38.3"
description = "A minimal app framework for content sites 🎵"
readme = "README.md"
license = {file = "LICENSE"}
0 commit comments