File tree Expand file tree Collapse file tree 4 files changed +3
-5
lines changed
Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 2.3.2
2+ current_version = 2.3.3
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 5353
5454__author__ = """Markus Gerstel"""
555556- __version__ = "2.3.2 "
56+ __version__ = "2.3.3 "
5757
5858logger = logging .getLogger ("procrunner" )
5959logger .addHandler (logging .NullHandler ())
Original file line number Diff line number Diff line change 11[metadata]
22name = procrunner
33description = Versatile utility function to run external processes
4- version = 2.3.2
4+ version = 2.3.3
55classifiers =
66 Development Status :: 5 - Production/Stable
77 Intended Audience :: Developers
You can’t perform that action at this time.
0 commit comments