mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 00:14:41 +01:00
black version bump
This commit is contained in:
parent
63c2291870
commit
630bfa77bb
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue