From 83ae9ba7a9014e9b9ae871e10920e8351f6174d2 Mon Sep 17 00:00:00 2001 From: Ashwin Krishnan Date: Sun, 5 Nov 2023 00:11:47 +0100 Subject: [PATCH] Upgraded to 0.7.9 --- 02_mqtt-cluster/pyproject.toml | 2 +- 03_uns_graphdb/poetry.lock | 2 +- 03_uns_graphdb/pyproject.toml | 2 +- 04_uns_historian/poetry.lock | 2 +- 04_uns_historian/pyproject.toml | 2 +- 05_sparkplugb/poetry.lock | 2 +- 05_sparkplugb/pyproject.toml | 2 +- 06_uns_kafka/poetry.lock | 2 +- 06_uns_kafka/pyproject.toml | 2 +- poetry.lock | 10 +++++----- pyproject.toml | 2 +- version.txt | 2 +- 12 files changed, 16 insertions(+), 16 deletions(-) diff --git a/02_mqtt-cluster/pyproject.toml b/02_mqtt-cluster/pyproject.toml index 7a3bc6fc..ccdfb7b9 100644 --- a/02_mqtt-cluster/pyproject.toml +++ b/02_mqtt-cluster/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "uns-mqtt" -version = "0.7.8" +version = "0.7.9" description = "Base package for mqtt clients required for all UNS clients to be built on MQTT. Supports based SparkplugB processing" license = "MIT" authors = ["Ashwin Krishnan "] diff --git a/03_uns_graphdb/poetry.lock b/03_uns_graphdb/poetry.lock index 04be87c4..15ae5237 100644 --- a/03_uns_graphdb/poetry.lock +++ b/03_uns_graphdb/poetry.lock @@ -628,7 +628,7 @@ files = [ [[package]] name = "uns-mqtt" -version = "0.7.8" +version = "0.7.9" description = "Base package for mqtt clients required for all UNS clients to be built on MQTT. Supports based SparkplugB processing" optional = false python-versions = "^3.11" diff --git a/03_uns_graphdb/pyproject.toml b/03_uns_graphdb/pyproject.toml index 33f700ea..7257a4d4 100644 --- a/03_uns_graphdb/pyproject.toml +++ b/03_uns_graphdb/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "uns_graphdb" -version = "0.7.8" +version = "0.7.9" description = "Graph Database implementation for a UNS setup" license = "MIT" authors = ["Ashwin Krishnan "] diff --git a/04_uns_historian/poetry.lock b/04_uns_historian/poetry.lock index a16d7bff..7aad0f72 100644 --- a/04_uns_historian/poetry.lock +++ b/04_uns_historian/poetry.lock @@ -688,7 +688,7 @@ files = [ [[package]] name = "uns-mqtt" -version = "0.7.8" +version = "0.7.9" description = "Base package for mqtt clients required for all UNS clients to be built on MQTT. Supports based SparkplugB processing" optional = false python-versions = "^3.11" diff --git a/04_uns_historian/pyproject.toml b/04_uns_historian/pyproject.toml index b6720a48..17ee262b 100644 --- a/04_uns_historian/pyproject.toml +++ b/04_uns_historian/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "uns_historian" -version = "0.7.8" +version = "0.7.9" description = "Historian implementation for a UNS setup" license = "MIT" authors = ["Ashwin Krishnan "] diff --git a/05_sparkplugb/poetry.lock b/05_sparkplugb/poetry.lock index 880faebd..141b3a33 100644 --- a/05_sparkplugb/poetry.lock +++ b/05_sparkplugb/poetry.lock @@ -599,7 +599,7 @@ files = [ [[package]] name = "uns-mqtt" -version = "0.7.8" +version = "0.7.9" description = "Base package for mqtt clients required for all UNS clients to be built on MQTT. Supports based SparkplugB processing" optional = false python-versions = "^3.11" diff --git a/05_sparkplugb/pyproject.toml b/05_sparkplugb/pyproject.toml index a4be54e5..82eb7292 100644 --- a/05_sparkplugb/pyproject.toml +++ b/05_sparkplugb/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "uns_spb_mapper" -version = "0.7.8" +version = "0.7.9" description = "SparkplugB decoder to parse and unpack SparkplugB messages to the UNS structure" license = "MIT" authors = ["Ashwin Krishnan "] diff --git a/06_uns_kafka/poetry.lock b/06_uns_kafka/poetry.lock index 47039aa4..c026ebf4 100644 --- a/06_uns_kafka/poetry.lock +++ b/06_uns_kafka/poetry.lock @@ -650,7 +650,7 @@ files = [ [[package]] name = "uns-mqtt" -version = "0.7.8" +version = "0.7.9" description = "Base package for mqtt clients required for all UNS clients to be built on MQTT. Supports based SparkplugB processing" optional = false python-versions = "^3.11" diff --git a/06_uns_kafka/pyproject.toml b/06_uns_kafka/pyproject.toml index b06c9bff..cc34c78f 100644 --- a/06_uns_kafka/pyproject.toml +++ b/06_uns_kafka/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "uns_kafka_mapper" -version = "0.7.8" +version = "0.7.9" description = "Listens to the UNS namespace, converts UNS topic to Kafka topic and publishes the message to Kafka" license = "MIT" authors = ["Ashwin Krishnan "] diff --git a/poetry.lock b/poetry.lock index b5626fd2..a4e54f50 100644 --- a/poetry.lock +++ b/poetry.lock @@ -837,7 +837,7 @@ files = [ [[package]] name = "uns-graphdb" -version = "0.7.8" +version = "0.7.9" description = "Graph Database implementation for a UNS setup" optional = false python-versions = "^3.11" @@ -856,7 +856,7 @@ url = "03_uns_graphdb" [[package]] name = "uns-historian" -version = "0.7.8" +version = "0.7.9" description = "Historian implementation for a UNS setup" optional = false python-versions = "^3.11" @@ -875,7 +875,7 @@ url = "04_uns_historian" [[package]] name = "uns-kafka-mapper" -version = "0.7.8" +version = "0.7.9" description = "Listens to the UNS namespace, converts UNS topic to Kafka topic and publishes the message to Kafka" optional = false python-versions = "^3.11" @@ -893,7 +893,7 @@ url = "06_uns_kafka" [[package]] name = "uns-mqtt" -version = "0.7.8" +version = "0.7.9" description = "Base package for mqtt clients required for all UNS clients to be built on MQTT. Supports based SparkplugB processing" optional = false python-versions = "^3.11" @@ -911,7 +911,7 @@ url = "02_mqtt-cluster" [[package]] name = "uns-spb-mapper" -version = "0.7.8" +version = "0.7.9" description = "SparkplugB decoder to parse and unpack SparkplugB messages to the UNS structure" optional = false python-versions = "^3.11" diff --git a/pyproject.toml b/pyproject.toml index b9c62758..5e707514 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Unified Name Space" -version = "0.7.8" +version = "0.7.9" description = "Set of modules / tools to realize an UNS for your organization" license = "MIT" authors = ["Ashwin Krishnan "] diff --git a/version.txt b/version.txt index e7c7d3cc..972ef76a 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.7.8 +0.7.9