Skip to content

Commit f15aaa5

Browse files
committed
Bump version: 2.3.2 → 2.3.3
Drop Windows 3.6 build, as that is no longer available
1 parent 816697a commit f15aaa5

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

.azure-pipelines.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ stages:
8080
vmImage: windows-latest
8181
strategy:
8282
matrix:
83-
python36:
84-
PYTHON_VERSION: 3.6
8583
python37:
8684
PYTHON_VERSION: 3.7
8785
python38:

.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.2
2+
current_version = 2.3.3
33
commit = True
44
tag = True
55

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.2"
56+
__version__ = "2.3.3"
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.2
4+
version = 2.3.3
55
classifiers =
66
Development Status :: 5 - Production/Stable
77
Intended Audience :: Developers

0 commit comments

Comments
 (0)