Skip to content

Commit 74218ec

Browse files
committed
updated to version 1.14.29
1 parent 41fb2f0 commit 74218ec

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
@@ -161,3 +161,4 @@ Minor version changes:
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
163163
- 1.14.28 scanjobs: allow to generate random sample from scanned items
164+
- 1.14.29 issuer: separate file flushing code for reusage

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

0 commit comments

Comments
 (0)