From ed81d5a9ccd23419d62f3829b5b1a54f04fcb998 Mon Sep 17 00:00:00 2001 From: Victor Ruiz Date: Wed, 17 Apr 2024 13:09:20 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.20.0=20=E2=86=92=201.21.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 0cb9c450..457f6599 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.20.0 +current_version = 1.21.0 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index 14afd9c0..833bbd13 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="spidermon", - version="1.20.0", + version="1.21.0", url="https://github.com/scrapinghub/spidermon", author="Zyte", author_email="opensource@zyte.com", diff --git a/spidermon/VERSION b/spidermon/VERSION index 39893559..3500250a 100644 --- a/spidermon/VERSION +++ b/spidermon/VERSION @@ -1 +1 @@ -1.20.0 +1.21.0 diff --git a/spidermon/__init__.py b/spidermon/__init__.py index b4fefa0c..277a5b27 100644 --- a/spidermon/__init__.py +++ b/spidermon/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.20.0" +__version__ = "1.21.0" from .core.monitors import Monitor from .core.suites import MonitorSuite