Skip to content

Commit 8e97456

Browse files
authored
Merge pull request #261 from DataBiosphere/dev
PR for 0.4.9 release
2 parents b7c3251 + f90a9aa commit 8e97456

File tree

15 files changed

+708
-236
lines changed

15 files changed

+708
-236
lines changed

dsub/_dsub_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
0.1.3.dev0 -> 0.1.3 -> 0.1.4.dev0 -> ...
2727
"""
2828

29-
DSUB_VERSION = '0.4.8'
29+
DSUB_VERSION = '0.4.9'

dsub/providers/batch_dummy.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ class types(object):
2222
"""Dummy docstring."""
2323
Job = None
2424
TaskGroup = None
25-
LogsPolicy = None
2625
Volume = None
2726
TaskSpec = None
2827
Environment = None
@@ -38,5 +37,8 @@ class AllocationPolicy(object):
3837
AttachedDisk = None
3938
Disk = None
4039

40+
class LogsPolicy(object):
41+
Destination = None
42+
4143

4244
# pylint: enable=invalid-name

0 commit comments

Comments
 (0)