Skip to content

Commit

Permalink
Update to version 16.
Browse files Browse the repository at this point in the history
  • Loading branch information
manthey committed Nov 27, 2018
1 parent 5849861 commit 409df35
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Release Notes

## Unreleased
## Version 16

### Package Versions

- Python 2.7.15, 3.5.4, 3.6.7, 3.7.1
- pywin32 224, pip 18.1, psutil 5.4.8, setuptools 40.6.2, six 1.11.0

### Bug Fixes

Expand Down
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
environment:
matrix:
- PYTHON: "C:\\Python37"
INSTALL_OPTIONS: 3.7 --min=0
INSTALL_OPTIONS: 3.7 --min=1
OUTPUT: "py37.exe"
ALTPYTHON: "C:\\Python36-x64"
- PYTHON: "C:\\Python37-x64"
INSTALL_OPTIONS: 3.7 --min=0 --64
INSTALL_OPTIONS: 3.7 --min=1 --64
OUTPUT: "py37-64.exe"
ALTPYTHON: "C:\\Python36-x64"
- PYTHON: "C:\\Python27"
Expand All @@ -25,11 +25,11 @@ environment:
OUTPUT: "py35-64.exe"
ALTPYTHON: "C:\\Python36-x64"
- PYTHON: "C:\\Python36"
INSTALL_OPTIONS: 3.6 --min=6
INSTALL_OPTIONS: 3.6 --min=7
OUTPUT: "py36.exe"
ALTPYTHON: "C:\\Python36-x64"
- PYTHON: "C:\\Python36-x64"
INSTALL_OPTIONS: 3.6 --min=6 --64
INSTALL_OPTIONS: 3.6 --min=7 --64
OUTPUT: "py36-64.exe"
ALTPYTHON: "C:\\Python36"

Expand Down
2 changes: 1 addition & 1 deletion py_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

import sys

Version = sys.version.split()[0] + '.15'
Version = sys.version.split()[0] + '.16'
Description = 'Stand-Alone Python Interpreter'

0 comments on commit 409df35

Please sign in to comment.