Skip to content

Commit 60c7cc3

Browse files
committed
Bump version to 0.13.0.
1 parent 500bdd9 commit 60c7cc3

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

DEVELOPING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
1. `poetry version major|minor|patch`
2+
1. `poe sb`
3+
1. Commit changes
4+
1. Tag commit with new version
5+
1. `poe publish`

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.12.0"
8+
version = "0.13.0"
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)