Skip to content

Commit 0dc7b85

Browse files
committed
Remove the 'Development version' section
1 parent 4549145 commit 0dc7b85

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,6 @@ 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 version
28-
29-
After a release the patch version is increased in [pyproject.toml](/pyproject.toml) and
30-
appended with a `.dev0` suffix, e.g. `4.0.1.dev0`.
31-
32-
When a new feature is added we will increase the minor version once between releases. For example, from 4.0.1.dev0 to 4.1.0.dev0.
33-
3427
# Type stubs
3528

3629
A stub file for `typing_extensions` is maintained
@@ -113,4 +106,4 @@ pipx run pre-commit run -a
113106
- Release automation will finish the release. You'll have to manually
114107
approve the last step before upload.
115108

116-
- 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.1.2.dev0, see also [Development versions](#development-version).
109+
- 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.1.2.dev0.

0 commit comments

Comments
 (0)