File tree Expand file tree Collapse file tree 5 files changed +13
-4
lines changed Expand file tree Collapse file tree 5 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 1.17.0
2
+ current_version = 1.17.1
3
3
commit = True
4
4
tag = True
5
5
tag_name = {new_version}
Original file line number Diff line number Diff line change 1
1
Release notes
2
2
=============
3
3
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
+
4
13
1.17.0 (2022-09-12)
5
14
-------------------
6
15
Original file line number Diff line number Diff line change 17
17
18
18
setup (
19
19
name = "spidermon" ,
20
- version = "1.17.0 " ,
20
+ version = "1.17.1 " ,
21
21
url = "https://github.com/scrapinghub/spidermon" ,
22
22
author = "Zyte" ,
23
23
Original file line number Diff line number Diff line change 1
- 1.17.0
1
+ 1.17.1
Original file line number Diff line number Diff line change 1
- __version__ = "1.17.0 "
1
+ __version__ = "1.17.1 "
2
2
3
3
from .core .monitors import Monitor
4
4
from .core .suites import MonitorSuite
You can’t perform that action at this time.
0 commit comments