File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed
Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 2.3.1
2+ current_version = 2.3.2
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 1- =======
21History
3- =======
2+ ==================
43
543.0.0 (2022-01-??)
65------------------
@@ -16,6 +15,9 @@ History
1615 (previously deprecated in `#62 <https://github.com/DiamondLightSource/python-procrunner/pull/62 >`_)
1716* The run() function no longer accepts a 'debug' argument
1817 (previously deprecated in `#63 <https://github.com/DiamondLightSource/python-procrunner/pull/63 >`_)
18+
19+ 2.3.2 (2022-01-28)
20+ ------------------
1921* The run() function now understands stdin=subprocess.DEVNULL to close the subprocess stdin,
2022 rather than to connect through the existing stdin, which is the current default
2123
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.1
4+ version = 2.3.2
55author = Diamond Light Source - Scientific Software et al.
6677classifiers =
Original file line number Diff line number Diff line change 4646# stderr=b'/bin/ls: cannot access /some/path/containing spaces: No such file or directory\n'
4747# )
4848
49- __version__ = "2.3.1 "
49+ __version__ = "2.3.2 "
5050
5151logger = logging .getLogger ("procrunner" )
5252logger .addHandler (logging .NullHandler ())
You can’t perform that action at this time.
0 commit comments