Skip to content

Commit 6adec16

Browse files
committed
try again to get rever to do version bump
1 parent df9767a commit 6adec16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rever.xsh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ $ACTIVITIES = [
88
'ghrelease' # Creates a Github release entry for the new tag
99
]
1010
$VERSION_BUMP_PATTERNS = [
11-
('__version__\s*=.*', "__version__ = '$VERSION'"),
1211
('setup.py', 'version\s*=.*,', "version='$VERSION',")
1312
]
1413
$CHANGELOG_FILENAME = 'CHANGELOG.rst'

0 commit comments

Comments
 (0)