We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3129292 commit bdbbd95Copy full SHA for bdbbd95
scaleapi/_version.py
@@ -1,2 +1,2 @@
1
-__version__ = "2.6.0"
+__version__ = "2.7.0"
2
__package_name__ = "scaleapi"
scaleapi/tasks.py
@@ -37,6 +37,7 @@ class TaskReviewStatus(Enum):
37
Fixed = "fixed"
38
Commented = "commented"
39
Rejected = "rejected"
40
+ Pending = "pending"
41
42
43
class TaskStatus(Enum):
0 commit comments