We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63db26d + 8564146 commit ba89b41Copy full SHA for ba89b41
.travis.yml
@@ -14,7 +14,7 @@ matrix:
14
dist: xenial
15
sudo: true
16
env: TOXENV=py37
17
- - python: 3.8-dev
+ - python: 3.8
18
19
20
env: TOXENV=py38
setup.py
@@ -16,7 +16,7 @@ def read(fname):
packages=find_packages(exclude=["tests"]),
description="Creates JUnit XML test result documents that can be read by tools such as Jenkins",
long_description=read("README.rst"),
- version="1.8.1",
+ version="1.9",
classifiers=[
21
"Development Status :: 5 - Production/Stable",
22
"Intended Audience :: Developers",
0 commit comments