We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a732948 commit 9e2e342Copy full SHA for 9e2e342
1 file changed
docs/dev/releasing.md
@@ -100,6 +100,11 @@
100
docs update (the docs are published automatically from the sources on
101
`main`).
102
103
+- [ ] **Bump the `__version__` attribute in `__init__.py`**
104
+
105
+ After an M.N.0 release, further development is towards version `M.(N+1).0`, thus the main branch's
106
+ version is `M.(N+1).0.dev0`.
107
108
- [ ] **Update conda-forge.**
109
110
After the PyPI package is published, the conda-forge bot should update the
0 commit comments