Skip to content

Commit b74a972

Browse files
authored
Merge pull request #377 from scrapinghub/release-1.17.1
Release 1.17.1
2 parents e4bf704 + adc9e4a commit b74a972

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.17.0
2+
current_version = 1.17.1
33
commit = True
44
tag = True
55
tag_name = {new_version}

CHANGES.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Release notes
22
=============
33

4+
1.17.1 (2023-01-05)
5+
-------------------
6+
7+
- bug: Fix Slack dependency name issue (`PR#367 <https://github.com/scrapinghub/spidermon/pull/367>`_)
8+
- chore: Change the Ubuntu version on workflow settings (`PR#373 <https://github.com/scrapinghub/spidermon/pull/373>`_)
9+
- docs: Adding PeriodicExecutionTimeMonitor to the batteries docs (`PR#368 <https://github.com/scrapinghub/spidermon/pull/368>`_)
10+
- feature: Adding the use of ItemAdapter to prevent assumptions of item nature (`PR#358 <https://github.com/scrapinghub/spidermon/pull/358>`_)
11+
- misc: Fix compatibility issues with jsonschema>=4 (`PR#364 <https://github.com/scrapinghub/spidermon/pull/364>`_)
12+
413
1.17.0 (2022-09-12)
514
-------------------
615

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup(
1919
name="spidermon",
20-
version="1.17.0",
20+
version="1.17.1",
2121
url="https://github.com/scrapinghub/spidermon",
2222
author="Zyte",
2323
author_email="[email protected]",

spidermon/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.17.0
1+
1.17.1

spidermon/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.17.0"
1+
__version__ = "1.17.1"
22

33
from .core.monitors import Monitor
44
from .core.suites import MonitorSuite

0 commit comments

Comments
 (0)