We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76cbd98 commit 8cdd12fCopy full SHA for 8cdd12f
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.3.1
+current_version = 2.3.2
3
commit = True
4
tag = True
5
procrunner/__init__.py
@@ -53,7 +53,7 @@
53
54
__author__ = """Markus Gerstel"""
55
__email__ = "[email protected]"
56
-__version__ = "2.3.1"
+__version__ = "2.3.2"
57
58
logger = logging.getLogger("procrunner")
59
logger.addHandler(logging.NullHandler())
setup.cfg
@@ -1,7 +1,7 @@
[metadata]
name = procrunner
description = Versatile utility function to run external processes
-version = 2.3.1
+version = 2.3.2
classifiers =
6
Development Status :: 5 - Production/Stable
7
Intended Audience :: Developers
0 commit comments