Skip to content

Commit 2db3b83

Browse files
committed
Deploying to gh-pages from @ 020e167 🚀
1 parent 0809773 commit 2db3b83

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

_sources/dev/releasing.md.txt

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

dev/releasing.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,10 @@ <h1>Releasing<a class="headerlink" href="#releasing" title="Link to this heading
319319
docs update (the docs are published automatically from the sources on
320320
<code class="docutils literal notranslate"><span class="pre">main</span></code>).</p>
321321
</li>
322+
<li class="task-list-item enabled"><p><input class="task-list-item-checkbox" type="checkbox"> <strong>Bump the <code class="docutils literal notranslate"><span class="pre">__version__</span></code> attribute in <code class="docutils literal notranslate"><span class="pre">__init__.py</span></code></strong></p>
323+
<p>After an M.N.0 release, further development is towards version <code class="docutils literal notranslate"><span class="pre">M.(N+1).0</span></code>, thus the main branch’s
324+
version is <code class="docutils literal notranslate"><span class="pre">M.(N+1).0.dev0</span></code>.</p>
325+
</li>
322326
<li class="task-list-item enabled"><p><input class="task-list-item-checkbox" type="checkbox"> <strong>Update conda-forge.</strong></p>
323327
<p>After the PyPI package is published, the conda-forge bot should update the
324328
feedstock automatically after some time. The bot should automerge, so in

0 commit comments

Comments
 (0)