summaryrefslogtreecommitdiff
path: root/scripts/make-release.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/make-release.py')
-rwxr-xr-xscripts/make-release.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/make-release.py b/scripts/make-release.py
index a695da2..7477ad3 100755
--- a/scripts/make-release.py
+++ b/scripts/make-release.py
@@ -26,7 +26,6 @@ def parse_changelog():
match = re.search('^Version\s+(.*)', line.strip())
if match is None:
continue
- length = len(match.group(1))
version = match.group(1).strip()
if lineiter.next().count('-') != len(match.group(0)):
continue