Skip to content
This repository was archived by the owner on Dec 8, 2025. It is now read-only.

Commit 5436d67

Browse files
Version 1.0.0 change
1 parent 89af34a commit 5436d67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/sppmon.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
08/18/2021 version 0.14 Added install script and fixed typo in config file, breaking old config files.
6565
08/22/2021 version 0.15 Added --fullLogs argument and reduced regular/loaded joblog query to SUMMARY-Only
6666
08/25/2021 version 0.15.1 Replaced SLA-Endpoint by so-far unknown endpoint, bringing it in line with other api-requests.
67+
08/27/2021 version 1.0.0 Release of SPPMon
6768
"""
6869
from __future__ import annotations
6970

@@ -92,7 +93,7 @@
9293
from utils.spp_utils import SppUtils
9394

9495
# Version:
95-
VERSION = "0.15.1 (2021/08/25)"
96+
VERSION = "1.0.0 (2021/08/27)"
9697

9798

9899
# ----------------------------------------------------------------------------

0 commit comments

Comments
 (0)