Skip to content

Commit b0b8ed5

Browse files
committed
update to version 1.14.14
1 parent 5218d0b commit b0b8ed5

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,3 +145,4 @@ Minor version changes:
145145
- 1.14.11 Created SlackSender class for easier reusage of slack messaging
146146
- 1.14.12 SlackSender: allow to send attachments
147147
- 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

setup.py

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

55
setup(
66
name="shub-workflow",
7-
version="1.14.13.4",
7+
version="1.14.14",
88
description="Workflow manager for Zyte ScrapyCloud tasks.",
99
long_description=open("README.md").read(),
1010
long_description_content_type="text/markdown",

shub_workflow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.14.13.4"
1+
__version__ = "1.14.14"

0 commit comments

Comments
 (0)