[Python-checkins] Fix version in AppVeyor config (GH-5124)

Zachary Ware webhook-mailer at python.org
Sun Jan 7 13:59:51 EST 2018


https://github.com/python/cpython/commit/b216a253129b41d7792417bcd7737b2ebdb26c9a
commit: b216a253129b41d7792417bcd7737b2ebdb26c9a
branch: master
author: Zachary Ware <zachary.ware at gmail.com>
committer: GitHub <noreply at github.com>
date: 2018-01-07T12:59:48-06:00
summary:

Fix version in AppVeyor config (GH-5124)

files:
M .github/appveyor.yml

diff --git a/.github/appveyor.yml b/.github/appveyor.yml
index b7a01335d61..b7d40787318 100644
--- a/.github/appveyor.yml
+++ b/.github/appveyor.yml
@@ -1,4 +1,4 @@
-version: 3.7.0a0.{build}
+version: 3.7build{build}
 clone_depth: 5
 branches:
   only:



More information about the Python-checkins mailing list