Skip to content

Commit 331ab3b

Browse files
committed
Bump version: 2.3.0 → 2.3.1
1 parent 59c6a88 commit 331ab3b

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.3.0
2+
current_version = 2.3.1
33
commit = True
44
tag = True
55

HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
History
33
=======
44

5+
2.3.1 (2021-10-25)
6+
------------------
7+
* Add Python 3.10 support
8+
59
2.3.0 (2020-10-29)
610
------------------
711
* Add Python 3.9 support, drop Python 3.5 support

procrunner/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
__author__ = """Markus Gerstel"""
5555
__email__ = "[email protected]"
56-
__version__ = "2.3.0"
56+
__version__ = "2.3.1"
5757

5858
logger = logging.getLogger("procrunner")
5959
logger.addHandler(logging.NullHandler())

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[metadata]
22
name = procrunner
33
description = Versatile utility function to run external processes
4-
version = 2.3.0
4+
version = 2.3.1
55
classifiers =
66
Development Status :: 5 - Production/Stable
77
Intended Audience :: Developers

0 commit comments

Comments
 (0)