Skip to content

Commit

Permalink
update to version 1.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kalessin committed Aug 22, 2024
1 parent 307f49b commit 02ffdf2
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 @@ -132,3 +132,4 @@ Minor version changes:
Added fshelper base script attribute for readily access to this helper tool
- 1.14.1 Added method for getting alive real time settings from ScrapyCloud
- 1.14.2 Added BaseMonitor class that is able to monitor aggregated stats on entire workflow jobs.
- 1.14.3 Mixin for provision of Sentry alert capabilities in monitor.
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.2.8",
version="1.14.3",
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.2.8"
__version__ = "1.14.3"

0 comments on commit 02ffdf2

Please sign in to comment.