Skip to content

Commit 31e48e2

Browse files
authored
dev version after a release
1 parent f457e7a commit 31e48e2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ Starting with version 4.0.0, `typing_extensions` uses
2424
[Semantic Versioning](https://semver.org/). See the documentation
2525
for more detail.
2626

27-
## Development versions
28-
After a release the version is increased once in the [pyproject.toml](/pyproject.toml) file and appended with a `.dev` suffix, e.g. `4.0.1.dev`.
27+
## Development version
28+
After a release the version is increased once in [pyproject.toml](/pyproject.toml) and
29+
appended with a `.dev` suffix, e.g. `4.0.1.dev`.
2930
Further subsequent updates, i.e. to `.dev2`, are not planned between releases.
3031

3132
# Type stubs
@@ -72,3 +73,6 @@ may have installed.
7273

7374
- Release automation will finish the release. You'll have to manually
7475
approve the last step before upload.
76+
77+
- After the release has been published on PyPI the version of the repositiory
78+
is upgraded to the next [development versions](#development-version).

0 commit comments

Comments
 (0)