Skip to content

Commit 5898830

Browse files
committed
Bump to 0.38.3.
1 parent 5d35fa2 commit 5898830

3 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

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

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+
311
## 0.38.1
412

513
- Clean up code.

docs/source/changelog.md

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

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+
311
## 0.38.1
412

513
- Clean up code.

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

0 commit comments

Comments
 (0)