Skip to content

Commit

Permalink
Bump version: 1.15.0 → 1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rennerocha committed Oct 4, 2021
1 parent be1e47f commit 90b814c
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.15.0
current_version = 1.15.1
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.15.0",
version="1.15.1",
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.15.0
1.15.1
2 changes: 1 addition & 1 deletion spidermon/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import absolute_import, division, print_function

__version__ = "1.15.0"
__version__ = "1.15.1"

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

0 comments on commit 90b814c

Please sign in to comment.