# HG changeset patch # User Anton Shestakov # Date 1675780185 -14400 # Node ID 6b128ae8e2ade0b781eb8c0f7411db3f090d26f7 # Parent bbf93745dc548ebcd1c28ea1fc6747bebf22b4c3 docs: let's try to make development versions compatible with PEP-440 diff -r bbf93745dc54 -r 6b128ae8e2ad .gitlab/issue_templates/new-version.md --- a/.gitlab/issue_templates/new-version.md Tue Feb 07 17:51:23 2023 +0400 +++ b/.gitlab/issue_templates/new-version.md Tue Feb 07 18:29:45 2023 +0400 @@ -20,7 +20,7 @@ * [ ] move the `@` bookmark to the new tag * [ ] push/publish the tag to the main repository * [ ] upload the tarball to PyPI -* [ ] add `.dev` to the `__version__` field +* [ ] add `.dev0` to the `__version__` field * [ ] merge stable into default * [ ] push the result to https://www.mercurial-scm.org/repo/evolve/ * [ ] send the announcement by email to evolve-testers@mercurial-scm.org diff -r bbf93745dc54 -r 6b128ae8e2ad README.rst --- a/README.rst Tue Feb 07 17:51:23 2023 +0400 +++ b/README.rst Tue Feb 07 18:29:45 2023 +0400 @@ -227,7 +227,7 @@ * make sure there is no code difference between the compatibility branches and stable (no diff within hgext3rd/), -* update the ``testedwith`` variable for all extensions (remove '.dev'): +* update the ``testedwith`` variable for all extensions (remove '.dev0'): - hgext3rd/evolve/metadata.py - hgext3rd/topic/__init__.py @@ -264,7 +264,7 @@ * make an announcement on evolve-testers@mercurial-scm.org and mercurial@mercurial-scm.org, -* bump versions of all extensions and add ``.dev`` (see existing commits as an +* bump versions of all extensions and add ``.dev0`` (see existing commits as an example): - hgext3rd/evolve/metadata.py @@ -273,7 +273,7 @@ Version bump rules: - - stable branch x.y.z+1.dev - - default branch x.y+1.0.dev + - stable branch x.y.z+1.dev0 + - default branch x.y+1.0.dev0 * merge stable into default.