Skip to content

Commit 3ecd475

Browse files
committed
Bump to 0.40.0.
1 parent 6fbd8ff commit 3ecd475

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Changelog
22

3+
## 0.40.0
4+
5+
- Fix support for Python 3.14 ([MooseTheRebel](https://github.com/MooseTheRebel)).
6+
- Fix bug opening `redirects.json`.
7+
38
## 0.39.0
49

510
- Fix `to_html` filter.
611

7-
812
## 0.38.7
913

1014
- Better handling of including partials with custom sites.

docs/source/changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Changelog
22

3+
## 0.40.0
4+
5+
- Fix support for Python 3.14 ([MooseTheRebel](https://github.com/MooseTheRebel)).
6+
- Fix bug opening `redirects.json`.
7+
38
## 0.39.0
49

510
- Fix `to_html` filter.
611

7-
812
## 0.38.7
913

1014
- Better handling of including partials with custom sites.

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

0 commit comments

Comments
 (0)