File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,9 @@ Starting with version 4.0.0, `typing_extensions` uses
2424[ Semantic Versioning] ( https://semver.org/ ) . See the documentation
2525for 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 ` .
2930Further 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 ) .
You can’t perform that action at this time.
0 commit comments