File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -262,6 +262,14 @@ during their execution too. These can be obtained as follows:
262262Changelog
263263---------
264264
265+ Release 0.12.1
266+ ~~~~~~~~~~~~~~
267+
268+ `31st October, 2025 `
269+
270+ * Removed `io ` attribute from process executions.
271+
272+
265273Release 0.12.0
266274~~~~~~~~~~~~~~
267275
Original file line number Diff line number Diff line change 11Changelog
22---------
33
4+ Release 0.12.1
5+ ~~~~~~~~~~~~~~
6+
7+ `31st October, 2025 `
8+
9+ * Removed `io ` attribute from process executions.
10+
11+
412Release 0.12.0
513~~~~~~~~~~~~~~
614
Original file line number Diff line number Diff line change 2222author = "Sam Ireland"
2323
2424# The full version, including alpha/beta/rc tags
25- release = "0.12.0 "
25+ release = "0.12.1 "
2626
2727
2828# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 33from .command import run , run_and_poll
44
55__author__ = "Sam Ireland"
6- __version__ = "0.12.0 "
6+ __version__ = "0.12.1 "
77
88if not which ("nextflow" ):
99 raise NextflowNotInstalledError (
Original file line number Diff line number Diff line change 55
66setup (
77 name = "nextflowpy" ,
8- version = "0.12.0 " ,
8+ version = "0.12.1 " ,
99 description = "A Python wrapper around Nextflow." ,
1010 long_description = long_description ,
1111 long_description_content_type = "text/x-rst" ,
You can’t perform that action at this time.
0 commit comments