mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
rm appveyor version bump
This commit is contained in:
parent
638f3cf75a
commit
718caa7d78
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@ $PYPI_SIGN = False
|
|||
|
||||
$AUTHORS_FILENAME = "AUTHORS.rst"
|
||||
$VERSION_BUMP_PATTERNS = [
|
||||
('.appveyor.yml', 'version:.*', 'version: $VERSION.{build}'),
|
||||
('xonsh/__init__.py', r'__version__\s*=.*', '__version__ = "$VERSION"'),
|
||||
]
|
||||
$CHANGELOG_FILENAME = 'CHANGELOG.rst'
|
||||
|
|
Loading…
Add table
Reference in a new issue