Skip to content

Commit

Permalink
black version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
scopatz committed Sep 11, 2018
1 parent 63c2291 commit 630bfa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rever.xsh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $ACTIVITIES = ['version_bump', 'changelog', 'pytest',

$VERSION_BUMP_PATTERNS = [
('.appveyor.yml', 'version:.*', 'version: $VERSION.{build}'),
('xonsh/__init__.py', '__version__\s*=.*', "__version__ = '$VERSION'"),
('xonsh/__init__.py', '__version__\s*=.*', '__version__ = "$VERSION"'),
]
$CHANGELOG_FILENAME = 'CHANGELOG.rst'
$CHANGELOG_TEMPLATE = 'TEMPLATE.rst'
Expand Down

0 comments on commit 630bfa7

Please sign in to comment.