changeset 52238:201bfadc0371 stable

setup: remote a debug statement that slipped through While debuging version issue, I forcibly turned "6.9" in "6.9.0". And I forgot to clean it up before 9048a0d782e1 land This is unnecessary and wrong, so lets remove that line.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 13 Nov 2024 14:13:35 +0100
parents 4602e90207f3
children 35a9b6d3b484
files setup.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Sun Nov 10 00:48:08 2024 +0100
+++ b/setup.py	Wed Nov 13 14:13:35 2024 +0100
@@ -414,7 +414,6 @@
         #   Y is the number of extra revision compared to the tag. So that
         #   revision with more change are "above" previous ones.
         # - '+hg.NODEID.local.DATE' if there is any uncommitted changes.
-        ltag = ltag.replace('6.9', '6.9.0')
         version = '%s.post%d.dev%d+hg.%s' % (ltag, post_nb, changessince, hgid)
     if version.endswith('+'):
         version = version[:-1] + '.local.' + time.strftime('%Y%m%d')