Skip to content

Commit 3f4864a

Browse files
committed
Bump version: 2.1.0 → 2.2.0
1 parent e1f5d0a commit 3f4864a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

HISTORY.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
History
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

procrunner/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
__author__ = """Markus Gerstel"""
5555
__email__ = "[email protected]"
56-
__version__ = "2.1.0"
56+
__version__ = "2.2.0"
5757

5858
logger = logging.getLogger("procrunner")
5959
logger.addHandler(logging.NullHandler())

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.1.0
2+
current_version = 2.2.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
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
)

0 commit comments

Comments
 (0)