Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/dev/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading