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

Commit c84130f

Browse files
author
Jaroslav Tóth
authored
Bump versions in poetry.lock (#115)
* Bump versions in poetry.lock - topology-discovery - performance-monitor * Update versions
1 parent c970784 commit c84130f

File tree

8 files changed

+236
-220
lines changed

8 files changed

+236
-220
lines changed

performance-monitor/python/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@
33

44
# 1.0.0
55
- Updated generated pydantic entities to match 7.0.0 performance-monitor version.
6+
7+
# 1.0.1
8+
- Update versions in poetry.lock.

performance-monitor/python/RELEASE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
|------------------|------------------------|
55
| 6.0.3 | 0.0.1, 0.0.2 |
66
| 7.0.0 | 1.0.0 |
7+
| 7.0.0 | 1.0.1 |

performance-monitor/python/poetry.lock

Lines changed: 113 additions & 109 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

performance-monitor/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ packages = [{ include = "frinx_api" }]
1717
name = "frinx-performance-monitor-api"
1818
description = "Frinx Performance Monitor graphql schema transformed to pydantic basemodels"
1919
authors = ["Jozef Volak <[email protected]>"]
20-
version = "1.0.0"
20+
version = "1.0.1"
2121
readme = ["README.md", "CHANGELOG.md", "RELEASE.md"]
2222
keywords = ["frinx-machine", "performance-monitor", "api"]
2323
license = "Apache 2.0"

topology-discovery/python/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@
1212

1313
# 3.0.0
1414
- Updated generated pydantic entities based on topology-discovery 7.0.1 version.
15+
16+
# 3.0.1
17+
- Update versions in poetry.lock.

topology-discovery/python/RELEASE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
| 6.0.0 | 2.0.0 |
88
| 6.2.5 | 2.1.0, 2.1.1 |
99
| 7.0.1 | 3.0.0 |
10+
| 7.0.1 | 3.0.1 |

topology-discovery/python/poetry.lock

Lines changed: 113 additions & 109 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

topology-discovery/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ packages = [{ include = "frinx_api" }]
1717
name = "frinx-topology-discovery-api"
1818
description = "Frinx Topology Discovery graphql schema transformed to pydantic basemodels"
1919
authors = ["Jozef Volak <[email protected]>"]
20-
version = "3.0.0"
20+
version = "3.0.1"
2121
readme = ["README.md", "CHANGELOG.md", "RELEASE.md"]
2222
keywords = ["frinx-machine", "topology-discovery", "api"]
2323
license = "Apache 2.0"

0 commit comments

Comments
 (0)