Skip to content

Commit 020e167

Browse files
authored
DOC: Add note to update version attribute in releasing process (#377)
1 parent 1a077c4 commit 020e167

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/dev/releasing.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@
100100
docs update (the docs are published automatically from the sources on
101101
`main`).
102102

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+
103108
- [ ] **Update conda-forge.**
104109

105110
After the PyPI package is published, the conda-forge bot should update the

0 commit comments

Comments
 (0)