From 0cf783fe9948dff0a71903b5e7adf653948cd09b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Ruiz?= Date: Mon, 13 Mar 2023 11:25:26 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.17.1=20=E2=86=92=201.18.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- spidermon/VERSION | 2 +- spidermon/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b6b82ec9..045b58c0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.17.1 +current_version = 1.18.0 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index 38fccc52..3d0fd59c 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name="spidermon", - version="1.17.1", + version="1.18.0", url="https://github.com/scrapinghub/spidermon", author="Zyte", author_email="opensource@zyte.com", diff --git a/spidermon/VERSION b/spidermon/VERSION index 511a76e6..84cc5294 100644 --- a/spidermon/VERSION +++ b/spidermon/VERSION @@ -1 +1 @@ -1.17.1 +1.18.0 diff --git a/spidermon/__init__.py b/spidermon/__init__.py index 5ae6408d..b776641c 100644 --- a/spidermon/__init__.py +++ b/spidermon/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.17.1" +__version__ = "1.18.0" from .core.monitors import Monitor from .core.suites import MonitorSuite