Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Changelog
=========

* Refactor: use dataclasses and google docstring style in instances.py

v1.9.0 (2025-04-04)
-------------------

Expand Down
1 change: 1 addition & 0 deletions datacrunch/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def __init__(self):


class InstanceStatus:
ORDERED = 'ordered'
RUNNING = 'running'
PROVISIONING = 'provisioning'
OFFLINE = 'offline'
Expand Down
Loading