We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bbb794 commit 4420a7aCopy full SHA for 4420a7a
scaleapi/_version.py
@@ -1,2 +1,2 @@
1
-__version__ = "2.18.1"
+__version__ = "2.18.2"
2
__package_name__ = "scaleapi"
scaleapi/tasks.py
@@ -35,6 +35,7 @@ class TaskType(Enum):
35
ChatLite = "chatlite"
36
MultiChat = "multichat"
37
MultiStage = "multistage"
38
+ CruiseControl = "cruisecontrol"
39
40
41
class TaskReviewStatus(Enum):
0 commit comments