diff options
author | Daniel Schadt <kingdread@gmx.de> | 2025-02-05 21:06:58 +0100 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2025-02-05 21:09:47 +0100 |
commit | d312ff1f30fe593deab8505a67b530916f08a2d7 (patch) | |
tree | ea05165659abcf8d90b7141db4d7bb1c46d58260 /release-checklist.md | |
parent | 085e16a33fc3051ded89ecec9df0122f7bcedbac (diff) | |
download | fietsboek-d312ff1f30fe593deab8505a67b530916f08a2d7.tar.gz fietsboek-d312ff1f30fe593deab8505a67b530916f08a2d7.tar.bz2 fietsboek-d312ff1f30fe593deab8505a67b530916f08a2d7.zip |
Diffstat (limited to 'release-checklist.md')
-rw-r--r-- | release-checklist.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release-checklist.md b/release-checklist.md index 7f11194..3b9632f 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.9** (current minimum version) + - [ ] Make sure they also do so on **Python 3.10** (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` |