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

Zachary Ware webhook-mailer at python.org
Sun Jan 7 14:00:36 EST 2018


https://github.com/python/cpython/commit/9c99fd163d5ca9bcc0b7ddd0d1e3b8717a63237c
commit: 9c99fd163d5ca9bcc0b7ddd0d1e3b8717a63237c
branch: 3.6
author: Zachary Ware <zachary.ware at gmail.com>
committer: GitHub <noreply at github.com>
date: 2018-01-07T13:00:33-06:00
summary:

Fix version in AppVeyor config (GH-5125)

files:
M .github/appveyor.yml

diff --git a/.github/appveyor.yml b/.github/appveyor.yml
index b8a01c313f6..162a7d8a701 100644
--- a/.github/appveyor.yml
+++ b/.github/appveyor.yml
@@ -1,4 +1,4 @@
-version: 3.6.1+.{build}
+version: 3.6build{build}
 clone_depth: 5
 branches:
   only:



More information about the Python-checkins mailing list