Skip to content

Commit 52db69f

Browse files
committed
Add ref to version-specifiers
1 parent 1c2467e commit 52db69f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/guides/writing-pyproject-toml.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ Put the version of your project.
6767
[project]
6868
version = "2020.0.0"
6969
70+
Some more complicated version specifiers like ``2020.0.0a1`` (for an alpha
71+
release) are possible; see the :ref:`specification <version-specifiers>`
72+
for full details.
73+
7074
This field is required, although it is often marked as dynamic using
7175

7276
.. code-block:: toml

0 commit comments

Comments
 (0)