We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bda7d4 commit 128329fCopy full SHA for 128329f
2 files changed
CHANGES.md
@@ -1,6 +1,12 @@
1
# Changelog for cookiecutter-python-template
2
3
4
+## 0.9 (unreleased)
5
+
6
7
+- Nothing changed yet.
8
9
10
## 0.8 (2025-09-16)
11
12
pyproject.toml
@@ -7,7 +7,7 @@ authors = [
description = "Cookiecutter template for a plain python project or library"
readme = "README.md"
license = "MIT"
-version = "0.8"
+version = "0.9.dev0"
requires-python = ">=3.12"
classifiers = [
13
"Development Status :: 4 - Beta",
0 commit comments