Skip to content

Commit

Permalink
Upgraded to 0.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mkashwin committed Nov 4, 2023
1 parent 84c34af commit 83ae9ba
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion 02_mqtt-cluster/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion 03_uns_graphdb/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 03_uns_graphdb/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion 04_uns_historian/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 04_uns_historian/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion 05_sparkplugb/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 05_sparkplugb/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion 06_uns_kafka/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 06_uns_kafka/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
Expand Down
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.8
0.7.9

0 comments on commit 83ae9ba

Please sign in to comment.