Skip to content

Commit ba89b41

Browse files
authored
Merge pull request kyrus#67 from kyrus/v1.9
Bump to version 1.9
2 parents 63db26d + 8564146 commit ba89b41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ matrix:
1414
dist: xenial
1515
sudo: true
1616
env: TOXENV=py37
17-
- python: 3.8-dev
17+
- python: 3.8
1818
dist: xenial
1919
sudo: true
2020
env: TOXENV=py38

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def read(fname):
1616
packages=find_packages(exclude=["tests"]),
1717
description="Creates JUnit XML test result documents that can be read by tools such as Jenkins",
1818
long_description=read("README.rst"),
19-
version="1.8.1",
19+
version="1.9",
2020
classifiers=[
2121
"Development Status :: 5 - Production/Stable",
2222
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)