Bump version: 2.3.0 → 2.3.1
Markus Gerstel
1 year, 7 months ago
0 | 0 |
[bumpversion]
|
1 | |
current_version = 2.3.0
|
|
1 |
current_version = 2.3.1
|
2 | 2 |
commit = True
|
3 | 3 |
tag = True
|
4 | 4 |
|
0 | 0 |
=======
|
1 | 1 |
History
|
2 | 2 |
=======
|
|
3 |
|
|
4 |
2.3.1 (2021-10-25)
|
|
5 |
------------------
|
|
6 |
* Add Python 3.10 support
|
3 | 7 |
|
4 | 8 |
2.3.0 (2020-10-29)
|
5 | 9 |
------------------
|
52 | 52 |
|
53 | 53 |
__author__ = """Markus Gerstel"""
|
54 | 54 |
__email__ = "scientificsoftware@diamond.ac.uk"
|
55 | |
__version__ = "2.3.0"
|
|
55 |
__version__ = "2.3.1"
|
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.0
|
|
3 |
version = 2.3.1
|
4 | 4 |
classifiers =
|
5 | 5 |
Development Status :: 5 - Production/Stable
|
6 | 6 |
Intended Audience :: Developers
|