Codebase list python-procrunner / 8cdd12f
Bump version: 2.3.1 → 2.3.2 Markus Gerstel 2 years ago
3 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
00 [bumpversion]
1 current_version = 2.3.1
1 current_version = 2.3.2
22 commit = True
33 tag = True
44
5252
5353 __author__ = """Markus Gerstel"""
5454 __email__ = "scientificsoftware@diamond.ac.uk"
55 __version__ = "2.3.1"
55 __version__ = "2.3.2"
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.1
3 version = 2.3.2
44 classifiers =
55 Development Status :: 5 - Production/Stable
66 Intended Audience :: Developers