Skip to content

Commit f9d8e94

Browse files
committed
Fix version number example
1 parent 7a500f1 commit f9d8e94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/internals/release-process.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ publish a new release to PyPI:
5454
- Update the release notes in ``docs/releases/#.#.x.rst`` for the new version.
5555

5656
- Run the ``Release`` workflow on GitHub Actions, optionally providing the new
57-
(dev) version number as input. E.g. ``5.3.x.dev0`` for a new development
58-
release after ``5.2.x``. (The workflow defaults to incrementing the
57+
(dev) version number as input. E.g. ``5.2.3.dev0`` for a new development
58+
release after ``5.2.2``. (The workflow defaults to incrementing the
5959
version automatically.)
6060

6161
- First run with ``Dry Run?`` selected and check test PyPI to ensure that

0 commit comments

Comments
 (0)