From 9e2e3423fa66f0d5088b272175e232bf858c3f42 Mon Sep 17 00:00:00 2001 From: Evgeni Burovski Date: Fri, 9 Jan 2026 00:47:34 +0100 Subject: [PATCH 1/2] DOC: Add note to update version attribute in releasing process --- docs/dev/releasing.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/dev/releasing.md b/docs/dev/releasing.md index 1ee17709..01913201 100644 --- a/docs/dev/releasing.md +++ b/docs/dev/releasing.md @@ -100,6 +100,11 @@ docs update (the docs are published automatically from the sources on `main`). +- [ ] **Bump the `__version__` attribute in `__init__.py`** + + After an M.N.0 release, further development is towards version `M.(N+1).0`, thus the main branch's + version is `M.(N+1).0.dev0`. + - [ ] **Update conda-forge.** After the PyPI package is published, the conda-forge bot should update the From 9b6ae2864bde57e56c963beb024617818ff1bc55 Mon Sep 17 00:00:00 2001 From: Evgeni Burovski Date: Fri, 9 Jan 2026 01:03:31 +0100 Subject: [PATCH 2/2] Fix formatting in releasing.md --- docs/dev/releasing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dev/releasing.md b/docs/dev/releasing.md index 01913201..f6fca85c 100644 --- a/docs/dev/releasing.md +++ b/docs/dev/releasing.md @@ -102,8 +102,8 @@ - [ ] **Bump the `__version__` attribute in `__init__.py`** - After an M.N.0 release, further development is towards version `M.(N+1).0`, thus the main branch's - version is `M.(N+1).0.dev0`. + After an M.N.0 release, further development is towards version `M.(N+1).0`, thus the main branch's + version is `M.(N+1).0.dev0`. - [ ] **Update conda-forge.**