diff options
author | Jason Veatch <334448+veatch@users.noreply.github.com> | 2022-10-06 16:44:32 -0400 |
---|---|---|
committer | Jason Veatch <334448+veatch@users.noreply.github.com> | 2022-10-06 16:44:32 -0400 |
commit | 9482cd9970aef049f38d08e284fc24e56357253c (patch) | |
tree | 6cc6d0ec474e80880dc97076861ef64835c8e126 | |
parent | 0d2bcd81b188cc0f9bfe3f6ef3a6d485085d48e4 (diff) | |
download | python-setuptools-git-9482cd9970aef049f38d08e284fc24e56357253c.tar.gz |
Add changelog file with towncrier news fragment.
-rw-r--r-- | changelog.d/3419.doc.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/3419.doc.rst b/changelog.d/3419.doc.rst new file mode 100644 index 00000000..176c76e6 --- /dev/null +++ b/changelog.d/3419.doc.rst @@ -0,0 +1 @@ +Updated the example version numbers to be compliant with PEP-440 on the "Specifying Your Project’s Version" page of the user guide. |