Skip to content

Commit 9303d63

Browse files
committed
Bump version to 0.18.1.
1 parent e91071d commit 9303d63

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.18.1
2+
3+
- Fix bug where static site path was incorrect.
4+
15
# 0.18.0
26

37
- Add `toc` to the template context which provides a table of contents for the markdown.

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-web"
8-
version = "0.18.0"
8+
version = "0.18.1"
99
description = "A simple content site framework that harnesses the power of Django without the hassle."
1010
authors = ["adamghill <adam@adamghill.com>"]
1111
license = "MIT"

0 commit comments

Comments
 (0)