Skip to content

Commit d5fccfb

Browse files
committed
updated to version 1.14.28
1 parent e6baee0 commit d5fccfb

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
@@ -160,3 +160,4 @@ Minor version changes:
160160
- 1.14.25 scanjobs: allow to tile plots according to a specific key
161161
- 1.14.26 Added new Issuer class (will soon deprecate deliver script)
162162
- 1.14.27 Crawlmanager: allow to set running jobs state check order
163+
- 1.14.28 scanjobs: allow to generate random sample from scanned items

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.27.3",
7+
version="1.14.28",
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.27.3"
1+
__version__ = "1.14.28"

0 commit comments

Comments
 (0)