Skip to content

Commit 73d9995

Browse files
committed
Bump version: 1.16.1 → 1.16.2
1 parent d0e564f commit 73d9995

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.16.1
2+
current_version = 1.16.2
33
commit = True
44
tag = True
55
tag_name = {new_version}

setup.py

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

1515
setup(
1616
name="spidermon",
17-
version="1.16.1",
17+
version="1.16.2",
1818
url="https://github.com/scrapinghub/spidermon",
1919
author="Zyte",
2020
author_email="[email protected]",

spidermon/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.16.1
1+
1.16.2

spidermon/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.16.1"
1+
__version__ = "1.16.2"
22

33
from .core.monitors import Monitor
44
from .core.suites import MonitorSuite

0 commit comments

Comments
 (0)