We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df9767a commit 6adec16Copy full SHA for 6adec16
rever.xsh
@@ -8,7 +8,6 @@ $ACTIVITIES = [
8
'ghrelease' # Creates a Github release entry for the new tag
9
]
10
$VERSION_BUMP_PATTERNS = [
11
- ('__version__\s*=.*', "__version__ = '$VERSION'"),
12
('setup.py', 'version\s*=.*,', "version='$VERSION',")
13
14
$CHANGELOG_FILENAME = 'CHANGELOG.rst'
0 commit comments