Skip to content

Commit 128a954

Browse files
committed
update to version 1.14.30
1 parent 7efdb44 commit 128a954

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
@@ -162,3 +162,4 @@ Minor version changes:
162162
- 1.14.27 Crawlmanager: allow to set running jobs state check order
163163
- 1.14.28 scanjobs: allow to generate random sample from scanned items
164164
- 1.14.29 issuer: separate file flushing code for reusage
165+
- 1.14.30 issuer: allow to use a different item field for selecting slot

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

0 commit comments

Comments
 (0)