File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22History
33=======
44
5- 2.2.0
6- -----
5+ 2.2.0 (2020-09-07)
6+ ------------------
77* Calling the run() function with unnamed arguments (other than the command
88 list as the first argument) is now deprecated. As a number of arguments
99 will be removed in a future version the use of unnamed arguments will
Original file line number Diff line number Diff line change 5353
5454__author__ = """Markus Gerstel"""
555556- __version__ = "2.1 .0"
56+ __version__ = "2.2 .0"
5757
5858logger = logging .getLogger ("procrunner" )
5959logger .addHandler (logging .NullHandler ())
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 2.1 .0
2+ current_version = 2.2 .0
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 4545 test_suite = "tests" ,
4646 tests_require = test_requirements ,
4747 url = "https://github.com/DiamondLightSource/python-procrunner" ,
48- version = "2.1 .0" ,
48+ version = "2.2 .0" ,
4949 zip_safe = False ,
5050)
You can’t perform that action at this time.
0 commit comments