We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c0e13 commit b78362bCopy full SHA for b78362b
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.23.0
+current_version = 1.24.0
3
commit = True
4
tag = True
5
tag_name = {new_version}
setup.py
@@ -2,7 +2,7 @@
setup(
name="spidermon",
- version="1.23.0",
+ version="1.24.0",
6
url="https://github.com/scrapinghub/spidermon",
7
project_urls={
8
"Documentation": "https://spidermon.readthedocs.io/",
spidermon/VERSION
@@ -1 +1 @@
-1.23.0
+1.24.0
spidermon/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "1.23.0"
+__version__ = "1.24.0"
from .core.monitors import Monitor
from .core.suites import MonitorSuite
0 commit comments