rm appveyor version bump

This commit is contained in:
Anthony Scopatz 2020-08-26 11:58:01 -05:00
parent 638f3cf75a
commit 718caa7d78

View file

@ -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'