Skip to content

Commit 03b237d

Browse files
hugovkezio-melotti
andcommitted
Remove duplication
Co-authored-by: Ezio Melotti <[email protected]>
1 parent 71e350d commit 03b237d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ def __init__(self, tag_name):
421421
self.level = data[3]
422422
self.serial = int(data[4])
423423
# This has the effect of normalizing the version.
424-
self.text = "{}.{}.{}".format(self.major, self.minor, self.patch)
424+
self.text = self.normalized()
425425
if self.level != "f":
426426
self.text += self.level + str(self.serial)
427427
self.basic_version = '%s.%s' % (self.major, self.minor)

0 commit comments

Comments
 (0)