File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -145,3 +145,4 @@ Minor version changes:
145
145
- 1.14.11 Created SlackSender class for easier reusage of slack messaging
146
146
- 1.14.12 SlackSender: allow to send attachments
147
147
- 1.14.13 Extended monitor to be able to generate reports
148
+ - 1.14.14 Monitor improvements: target_spider_stats can be a regex, and allow to print report tables suitable for copy/paste over spreadsheet
Original file line number Diff line number Diff line change 4
4
5
5
setup (
6
6
name = "shub-workflow" ,
7
- version = "1.14.13.4 " ,
7
+ version = "1.14.14 " ,
8
8
description = "Workflow manager for Zyte ScrapyCloud tasks." ,
9
9
long_description = open ("README.md" ).read (),
10
10
long_description_content_type = "text/markdown" ,
Original file line number Diff line number Diff line change 1
- __version__ = "1.14.13.4 "
1
+ __version__ = "1.14.14 "
You can’t perform that action at this time.
0 commit comments