We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a077c4 commit 020e167Copy full SHA for 020e167
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