Skip to content

Commit

Permalink
MINOR: Remove unwanted regexReplace on tests/kafkatest/__init__.py
Browse files Browse the repository at this point in the history
Author: Manikumar Reddy <[email protected]>

Reviewers: Colin P. McCabe <[email protected]>, Ismael Juma <[email protected]>

Closes #8072 from omkreddy/release-script
  • Loading branch information
omkreddy committed Feb 21, 2020
1 parent b28aa4e commit 747ef08
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions release.py
Original file line number Diff line number Diff line change
Expand Up @@ -550,8 +550,6 @@ def select_gpg_key():
print("updating ducktape version.py")
regexReplace("./tests/kafkatest/version.py", "^DEV_VERSION =.*",
"DEV_VERSION = KafkaVersion(\"%s-SNAPSHOT\")" % release_version)
print("updating ducktape __init__.py")
regexReplace("./tests/kafkatest/__init__.py", ".dev.*", "")
# Command in explicit list due to messages with spaces
cmd("Committing version number updates", ["git", "commit", "-a", "-m", "Bump version to %s" % release_version])
# Command in explicit list due to messages with spaces
Expand Down

0 comments on commit 747ef08

Please sign in to comment.