From 19d3cc333d35dfd2d17d75c506336c15e5c6685a Mon Sep 17 00:00:00 2001 From: Brian Beyer Date: Sat, 22 Feb 2020 13:17:57 -0700 Subject: [PATCH 1/3] bump to version 1.9 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5d8a46e..8aba068 100644 --- a/setup.py +++ b/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=[ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", From 856414648cbab3f64e69b856bc25cea8b9aa0377 Mon Sep 17 00:00:00 2001 From: Brian Beyer Date: Sat, 22 Feb 2020 13:25:34 -0700 Subject: [PATCH 2/3] change to 3.8 branch --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f15766e..8d42e75 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ matrix: dist: xenial sudo: true env: TOXENV=py37 - - python: 3.8-dev + - python: 3.8 dist: xenial sudo: true env: TOXENV=py38 From 4bd08a272f059998cedf9b7779f944d49eba13a6 Mon Sep 17 00:00:00 2001 From: Brian Beyer Date: Sat, 22 Feb 2020 13:43:21 -0700 Subject: [PATCH 3/3] update readme --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 470cef1..b585af1 100644 --- a/README.rst +++ b/README.rst @@ -89,3 +89,10 @@ Running the tests pip install tox tox +Releasing a new version +----------------------- + +1. Bump version in `setup.py` +2. Build distribution with `python setup.py sdist bdist_wheel` +3. Upload to Pypi with `twine upload dist/*` +4. Verify the new version was uploaded at https://pypi.org/project/junit-xml/#history