Codebase list python-procrunner / v2.3.1
Bump version: 2.3.0 → 2.3.1 Markus Gerstel 2 years ago
4 changed file(s) with 7 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
00 [bumpversion]
1 current_version = 2.3.0
1 current_version = 2.3.1
22 commit = True
33 tag = True
44
00 =======
11 History
22 =======
3
4 2.3.1 (2021-10-25)
5 ------------------
6 * Add Python 3.10 support
37
48 2.3.0 (2020-10-29)
59 ------------------
5252
5353 __author__ = """Markus Gerstel"""
5454 __email__ = "scientificsoftware@diamond.ac.uk"
55 __version__ = "2.3.0"
55 __version__ = "2.3.1"
5656
5757 logger = logging.getLogger("procrunner")
5858 logger.addHandler(logging.NullHandler())
00 [metadata]
11 name = procrunner
22 description = Versatile utility function to run external processes
3 version = 2.3.0
3 version = 2.3.1
44 classifiers =
55 Development Status :: 5 - Production/Stable
66 Intended Audience :: Developers