aboutsummaryrefslogtreecommitdiff
path: root/release-checklist.md
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2025-06-18 13:29:09 +0200
committerDaniel Schadt <kingdread@gmx.de>2025-06-18 13:30:29 +0200
commitf196bf8f33d765c4108c2cb8f236829bde463f80 (patch)
treeb46f932160f1d10c17e2e44439b90ad7eef8d1a1 /release-checklist.md
parenta587842f41e2e7f82a68b258f0ab69ae0e020385 (diff)
downloadfietsboek-0.11.0.tar.gz
fietsboek-0.11.0.tar.bz2
fietsboek-0.11.0.zip
bump version to 0.11.0HEADv0.11.0master
This includes a bump to Python 3.11, as we use datetime.UTC which was only added in 3.11. We could go back and change those instances to datetime.timezone.utc, but why artificially stick to Py 3.10.
Diffstat (limited to 'release-checklist.md')
-rw-r--r--release-checklist.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/release-checklist.md b/release-checklist.md
index 3b9632f..67e4ca4 100644
--- a/release-checklist.md
+++ b/release-checklist.md
@@ -7,7 +7,7 @@
- [ ] Commit those changes (`git add ... && git commit -m 'bump version to X.Y.Z'`)
- [ ] Make sure the directory is clean (no uncommited changes)
- [ ] Make sure the tests & lints pass
- - [ ] Make sure they also do so on **Python 3.10** (current minimum version)
+ - [ ] Make sure they also do so on **Python 3.11** (current minimum version)
- [ ] Create a new git tag: `git tag -a vX.Y.Z`
- [ ] Push the tag to the remote repositories
- [ ] Publish to PyPI: `poetry publish`