Skip to content

Commit 0468ba8

Browse files
committed
Apply feedback with open TODO
1 parent 31e48e2 commit 0468ba8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ for more detail.
2727
## Development version
2828
After a release the version is increased once in [pyproject.toml](/pyproject.toml) and
2929
appended with a `.dev` suffix, e.g. `4.0.1.dev`.
30-
Further subsequent updates, i.e. to `.dev2`, are not planned between releases.
30+
Further subsequent updates are not planned between releases.
3131

3232
# Type stubs
3333

@@ -74,5 +74,4 @@ may have installed.
7474
- Release automation will finish the release. You'll have to manually
7575
approve the last step before upload.
7676

77-
- After the release has been published on PyPI the version of the repositiory
78-
is upgraded to the next [development versions](#development-version).
77+
- After the release has been published on PyPI upgrade the version in number in [pyproject.toml](/pyproject.toml) to a `dev` version of the next planned release. For example, change 4.1.1 to 4.X.X.dev, see also [Development versions](#development-version). # TODO decide on major vs. minor increase.

0 commit comments

Comments
 (0)