Initial Test Iteration #1

Merged
foefl merged 48 commits from dev into main 2026-06-16 08:08:58 +00:00
Showing only changes of commit 78cc8d203a - Show all commits

View File

@@ -1,6 +1,6 @@
[project] [project]
name = "wattanalyse" name = "wattanalyse"
version = "0.1.1dev5" version = "0.1.1dev8"
description = "analysis of production state messages obtained from customers" description = "analysis of production state messages obtained from customers"
authors = [ authors = [
{name = "d-opt GmbH, resp. Florian Förster", email = "f.foerster@d-opt.com"}, {name = "d-opt GmbH, resp. Florian Förster", email = "f.foerster@d-opt.com"},
@@ -71,7 +71,7 @@ directory = "reports/coverage"
[tool.bumpversion] [tool.bumpversion]
current_version = "0.1.1dev5" current_version = "0.1.1dev8"
parse = """(?x) parse = """(?x)
(?P<major>0|[1-9]\\d*)\\. (?P<major>0|[1-9]\\d*)\\.
(?P<minor>0|[1-9]\\d*)\\. (?P<minor>0|[1-9]\\d*)\\.