Bump version: 2.1.0 → 2.2.0
Markus Gerstel
2 years ago
1 | 1 |
History
|
2 | 2 |
=======
|
3 | 3 |
|
4 | |
2.2.0
|
5 | |
-----
|
|
4 |
2.2.0 (2020-09-07)
|
|
5 |
------------------
|
6 | 6 |
* Calling the run() function with unnamed arguments (other than the command
|
7 | 7 |
list as the first argument) is now deprecated. As a number of arguments
|
8 | 8 |
will be removed in a future version the use of unnamed arguments will
|
52 | 52 |
|
53 | 53 |
__author__ = """Markus Gerstel"""
|
54 | 54 |
__email__ = "scientificsoftware@diamond.ac.uk"
|
55 | |
__version__ = "2.1.0"
|
|
55 |
__version__ = "2.2.0"
|
56 | 56 |
|
57 | 57 |
logger = logging.getLogger("procrunner")
|
58 | 58 |
logger.addHandler(logging.NullHandler())
|
0 | 0 |
[bumpversion]
|
1 | |
current_version = 2.1.0
|
|
1 |
current_version = 2.2.0
|
2 | 2 |
commit = True
|
3 | 3 |
tag = True
|
4 | 4 |
|
44 | 44 |
test_suite="tests",
|
45 | 45 |
tests_require=test_requirements,
|
46 | 46 |
url="https://github.com/DiamondLightSource/python-procrunner",
|
47 | |
version="2.1.0",
|
|
47 |
version="2.2.0",
|
48 | 48 |
zip_safe=False,
|
49 | 49 |
)
|