Skip to content

Commit

Permalink
Bump version: 1.16.1 → 1.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rennerocha committed Dec 23, 2021
1 parent d0e564f commit 73d9995
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.16.1
current_version = 1.16.2
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name="spidermon",
version="1.16.1",
version="1.16.2",
url="https://github.com/scrapinghub/spidermon",
author="Zyte",
author_email="opensource@zyte.com",
Expand Down
2 changes: 1 addition & 1 deletion spidermon/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.16.1
1.16.2
2 changes: 1 addition & 1 deletion spidermon/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.16.1"
__version__ = "1.16.2"

from .core.monitors import Monitor
from .core.suites import MonitorSuite
Expand Down

0 comments on commit 73d9995

Please sign in to comment.