chore: update semver to 0.1.2
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
"""
|
||||
Series 4 Emitter — v0.1.1
|
||||
Series 4 Emitter — v0.1.2
|
||||
|
||||
Micromate (Series 4) heartbeat emitter for Seismo Fleet Manager (SFM).
|
||||
|
||||
@@ -265,7 +265,7 @@ def print_heartbeat(unit_map: Dict[str, Dict[str, Any]]) -> None:
|
||||
now = datetime.now()
|
||||
|
||||
clear_console()
|
||||
print("Series 4 Emitter — Micromate Heartbeat (v0.1.0)")
|
||||
print("Series 4 Emitter — Micromate Heartbeat (v0.1.2)")
|
||||
print(f"THORDATA root: {THORDATA_PATH}")
|
||||
print(f"Now: {now.strftime('%Y-%m-%d %H:%M:%S')}")
|
||||
print("-" * 80)
|
||||
@@ -400,7 +400,7 @@ def emit_sfm_payload(unit_map: Dict[str, Dict[str, Any]]) -> None:
|
||||
|
||||
|
||||
def main() -> None:
|
||||
print("Starting Series 4 Emitter (Micromate) v0.1.0")
|
||||
print("Starting Series 4 Emitter (Micromate) v0.1.2")
|
||||
print(f"THORDATA_PATH = {THORDATA_PATH}")
|
||||
print(f"SCAN_INTERVAL = {SCAN_INTERVAL} seconds")
|
||||
print(f"LATE_DAYS = {LATE_DAYS}, STALE_DAYS = {STALE_DAYS}")
|
||||
|
||||
Reference in New Issue
Block a user