File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 2.2 .0
2+ current_version = 2.3 .0
33commit = True
44tag = True
55
@@ -10,3 +10,4 @@ replace = version="{new_version}"
1010[bumpversion:file:procrunner/__init__.py]
1111search = __version__ = " {current_version}"
1212replace = __version__ = " {new_version}"
13+
Original file line number Diff line number Diff line change 22History
33=======
44
5- 2.3.0 (????-??-?? )
5+ 2.3.0 (2020-10-29 )
66------------------
77* Add Python 3.9 support, drop Python 3.5 support
88* Fix a file descriptor leak on subprocess execution
Original file line number Diff line number Diff line change 5353
5454__author__ = """Markus Gerstel"""
555556- __version__ = "2.2 .0"
56+ __version__ = "2.3 .0"
5757
5858logger = logging .getLogger ("procrunner" )
5959logger .addHandler (logging .NullHandler ())
Original file line number Diff line number Diff line change 4444 test_suite = "tests" ,
4545 tests_require = test_requirements ,
4646 url = "https://github.com/DiamondLightSource/python-procrunner" ,
47- version = "2.2 .0" ,
47+ version = "2.3 .0" ,
4848 zip_safe = False ,
4949)
You can’t perform that action at this time.
0 commit comments