Skip to content

Commit

Permalink
Bump changelog to v0.17.0 and support Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Mar 6, 2017
1 parent cad6ecb commit 83b2439
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "pypy"
- "pypy3"
matrix:
include:
- python: "3.5"
- python: "3.6"
env: PERFT=1
addons:
apt:
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ At the current stage of this project it is more important to get things right
than to be consistent with previous versions. Use this changelog to see what
changed in a new release, because this might include API breaking changes.

Upcoming in the next release
----------------------------
New in v0.17.0
--------------

Changes:

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ def extra_dependencies():
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Topic :: Games/Entertainment :: Board Games",
"Topic :: Software Development :: Libraries :: Python Modules",
],
Expand Down

0 comments on commit 83b2439

Please sign in to comment.