Skip to content

Commit

Permalink
update to version 1.14.14
Browse files Browse the repository at this point in the history
  • Loading branch information
kalessin committed Dec 16, 2024
1 parent 5218d0b commit b0b8ed5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,4 @@ Minor version changes:
- 1.14.11 Created SlackSender class for easier reusage of slack messaging
- 1.14.12 SlackSender: allow to send attachments
- 1.14.13 Extended monitor to be able to generate reports
- 1.14.14 Monitor improvements: target_spider_stats can be a regex, and allow to print report tables suitable for copy/paste over spreadsheet
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="shub-workflow",
version="1.14.13.4",
version="1.14.14",
description="Workflow manager for Zyte ScrapyCloud tasks.",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion shub_workflow/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.14.13.4"
__version__ = "1.14.14"

0 comments on commit b0b8ed5

Please sign in to comment.