Bump version: 2.3.2 → 2.3.3
Drop Windows 3.6 build, as that is no longer available
Markus Gerstel
1 year, 5 days ago
79 | 79 |
vmImage: windows-latest
|
80 | 80 |
strategy:
|
81 | 81 |
matrix:
|
82 | |
python36:
|
83 | |
PYTHON_VERSION: 3.6
|
84 | 82 |
python37:
|
85 | 83 |
PYTHON_VERSION: 3.7
|
86 | 84 |
python38:
|
0 | 0 |
[bumpversion]
|
1 | |
current_version = 2.3.2
|
|
1 |
current_version = 2.3.3
|
2 | 2 |
commit = True
|
3 | 3 |
tag = True
|
4 | 4 |
|
52 | 52 |
|
53 | 53 |
__author__ = """Markus Gerstel"""
|
54 | 54 |
__email__ = "scientificsoftware@diamond.ac.uk"
|
55 | |
__version__ = "2.3.2"
|
|
55 |
__version__ = "2.3.3"
|
56 | 56 |
|
57 | 57 |
logger = logging.getLogger("procrunner")
|
58 | 58 |
logger.addHandler(logging.NullHandler())
|
0 | 0 |
[metadata]
|
1 | 1 |
name = procrunner
|
2 | 2 |
description = Versatile utility function to run external processes
|
3 | |
version = 2.3.2
|
|
3 |
version = 2.3.3
|
4 | 4 |
classifiers =
|
5 | 5 |
Development Status :: 5 - Production/Stable
|
6 | 6 |
Intended Audience :: Developers
|