Skip to content

Commit

Permalink
updated to version 1.14.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kalessin committed Sep 9, 2024
1 parent cac764d commit b5f12c3
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 @@ -139,3 +139,4 @@ Minor version changes:
- 1.14.5 Finished job metadata hook
- 1.14.6 Allow to use project entry keyword in scrapinghub.yml as alternative to project numeric id, when passing command line --project-id option.
- 1.14.7 Mixin for provision of Slack alert capabilities in monitor.
- 1.14.8 Allow to load settings from SC when running script on local environment.
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.7.1",
version="1.14.8",
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.7.1"
__version__ = "1.14.8"

0 comments on commit b5f12c3

Please sign in to comment.