File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 44
55setup (
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" ,
Original file line number Diff line number Diff line change 1- __version__ = "1.14.28.2 "
1+ __version__ = "1.14.29 "
You can’t perform that action at this time.
0 commit comments