Skip to content

Commit a2e2e03

Browse files
committed
Bump to 0.32.1.
1 parent 5e3748e commit a2e2e03

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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.32.1
4+
5+
- Parse JSON5 data as UTF-8.
6+
37
## 0.32.0
48

59
- Add `pubdate` to RSS feed [#61](https://github.com/adamghill/coltrane/pull/61) by [Tobi-De](https://github.com/Tobi-De).

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dynamic = ["version", "description"]
55

66
[tool.poetry]
77
name = "coltrane"
8-
version = "0.32.0"
8+
version = "0.32.1"
99
description = "A Dynamic Site Generator that harnesses the power of Django without the hassle 🎵."
1010
authors = ["adamghill <adam@adamghill.com>"]
1111
license = "MIT"

0 commit comments

Comments
 (0)