Skip to content

Commit 83b2439

Browse files
committed
Bump changelog to v0.17.0 and support Python 3.6
1 parent cad6ecb commit 83b2439

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ python:
77
- "3.3"
88
- "3.4"
99
- "3.5"
10+
- "3.6"
1011
- "pypy"
1112
- "pypy3"
1213
matrix:
1314
include:
14-
- python: "3.5"
15+
- python: "3.6"
1516
env: PERFT=1
1617
addons:
1718
apt:

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ At the current stage of this project it is more important to get things right
55
than to be consistent with previous versions. Use this changelog to see what
66
changed in a new release, because this might include API breaking changes.
77

8-
Upcoming in the next release
9-
----------------------------
8+
New in v0.17.0
9+
--------------
1010

1111
Changes:
1212

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ def extra_dependencies():
111111
"Programming Language :: Python :: 3.3",
112112
"Programming Language :: Python :: 3.4",
113113
"Programming Language :: Python :: 3.5",
114+
"Programming Language :: Python :: 3.6",
114115
"Topic :: Games/Entertainment :: Board Games",
115116
"Topic :: Software Development :: Libraries :: Python Modules",
116117
],

0 commit comments

Comments
 (0)