summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2019-11-29 06:37:12 +0100
committerGeorg Brandl <georg@python.org>2019-11-29 06:37:12 +0100
commit2842f8ffd3dbab55f888f980c76be4f80235a4df (patch)
tree17778f3440fbf56b1b54636885714d94a14fd203 /scripts
parentf4040be5b2fdd84bc2663cd12855c1e731fd162b (diff)
downloadpygments-git-2842f8ffd3dbab55f888f980c76be4f80235a4df.tar.gz
keep version number in one place, dont do the "x.y.z+" anymore
Diffstat (limited to 'scripts')
-rw-r--r--scripts/release-checklist4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/release-checklist b/scripts/release-checklist
index 599d6a5f..46f7e3cf 100644
--- a/scripts/release-checklist
+++ b/scripts/release-checklist
@@ -5,7 +5,7 @@ Release checklist
* ``make check``
* LATER when configured properly: ``make pylint``
* ``tox``
-* Update version info in ``setup.py/__init__.py``
+* Update version in ``pygments/__init__.py``
* Check setup.py metadata: long description, trove classifiers
* Update release date/code name in ``CHANGES``
* ``git commit``
@@ -15,7 +15,7 @@ Release checklist
* ``twine upload dist/Pygments-$NEWVER*``
* Check PyPI release page for obvious errors
* ``git tag -a``
-* Update version info, add new ``CHANGES`` entry for next version
+* Add new ``CHANGES`` heading for next version
* ``git commit``
* ``git push``, ``git push --tags``
* Add new version/milestone to tracker categories