bedger 0.0.4__tar.gz → 0.0.5__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of bedger might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: bedger
3
- Version: 0.0.4
3
+ Version: 0.0.5
4
4
  Summary: Edge monitoring software for secure and efficient device management.
5
5
  Author: Henk van den Brink
6
6
  Author-email: henk.vandenbrink@bedger.io
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "bedger"
3
- version = "0.0.4"
3
+ version = "0.0.5"
4
4
  description = "Edge monitoring software for secure and efficient device management."
5
5
  authors = ["Henk van den Brink <henk.vandenbrink@bedger.io>"]
6
6
  readme = "README.md"
@@ -7,3 +7,4 @@ class Severity(str, Enum):
7
7
  MEDIUM = "MEDIUM"
8
8
  HIGH = "HIGH"
9
9
  CRITICAL = "CRITICAL"
10
+ INFO = "INFO"
File without changes
File without changes
File without changes
File without changes
File without changes