Skip to content

Commit a8fafa0

Browse files
authored
Merge pull request #31 from manthey/version-14
Update to version 14 and update change log.
2 parents 7b7ee84 + 3056dae commit a8fafa0

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Release Notes
22

3+
## Version 14
4+
5+
### Package Versions
6+
7+
- Python 2.7.15, 3.5.4, 3.6.6.
8+
- pywin32 223, pip 10.0.1, psutil 5.4.6, setuptools 40.0.0, six 1.11.0
9+
10+
### Changes
11+
12+
- Added setuptools support files.
13+
- Update to setuptools 40.0.0.
14+
- Update to Python 3.6.6.
15+
- Added the executable path to the system path.
16+
17+
### Bug Fixes
18+
19+
- Better hide internal filenames.
20+
21+
### Build
22+
23+
- Don't try to use upx. It wan't actually being used before, and it doesn't work on appveyor with Python 3.x.
24+
325
## Version 13
426

527
### Package Versions

py_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
import sys
44

5-
Version = sys.version.split()[0] + '.13'
5+
Version = sys.version.split()[0] + '.14'
66
Description = 'Stand-Alone Python Interpreter'

0 commit comments

Comments
 (0)