From f196bf8f33d765c4108c2cb8f236829bde463f80 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Wed, 18 Jun 2025 13:29:09 +0200 Subject: bump version to 0.11.0 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. --- release-checklist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release-checklist.md') 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` -- cgit v1.2.3