From 73d99956a8c6b9ccf232996cfb1830f5dc694129 Mon Sep 17 00:00:00 2001 From: Renne Rocha Date: Thu, 23 Dec 2021 17:22:14 -0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.16.1=20=E2=86=92=201.16.2?= 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 50bae41b..ebd8b523 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.16.1 +current_version = 1.16.2 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index de6f1d6f..4c2e54b7 100644 --- a/setup.py +++ b/setup.py @@ -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", diff --git a/spidermon/VERSION b/spidermon/VERSION index 41c11ffb..4a02d2c3 100644 --- a/spidermon/VERSION +++ b/spidermon/VERSION @@ -1 +1 @@ -1.16.1 +1.16.2 diff --git a/spidermon/__init__.py b/spidermon/__init__.py index 78dd1a9f..252f62da 100644 --- a/spidermon/__init__.py +++ b/spidermon/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.16.1" +__version__ = "1.16.2" from .core.monitors import Monitor from .core.suites import MonitorSuite