Skip to content

Commit

Permalink
python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
somewes committed Dec 22, 2020
1 parent 092ae00 commit b3be7ab
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ python:
- '3.5'
- '3.6'
- '3.7'
- '3.8'

install:
- pip install coveralls flake8 nose>=1.3.0
Expand Down
4 changes: 4 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Release Notes
=============

v0.4.0
------
* Add support for python 3.8

v0.3.0
------
* Add support for python 3.7
Expand Down
2 changes: 1 addition & 1 deletion kmatch/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.0'
__version__ = '0.4.0'
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def get_version():
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
Expand Down

0 comments on commit b3be7ab

Please sign in to comment.