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

Commit c8e0835

Browse files
authored
[uniconfig] Update RELEASE.md (#96)
* [uniconfig] Update RELEASE.md * Update to correct version Signed-off-by: Jakub Boguščiak <[email protected]> --------- Signed-off-by: Jakub Boguščiak <[email protected]>
1 parent 5ded2d7 commit c8e0835

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

uniconfig/python/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
2. fix discover address spell error
2424
3. fix generated port constraints in discover model
2525

26-
# 1.1.2
26+
# 1.2.0
2727
- Update models based on new OpenAPI fixed in UniConfig 6.1.x

uniconfig/python/RELEASE.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
## Release matrix
22

33
| Docker Image Tag | Python Library Version |
4-
|------------------|------------------------|
4+
|-----------------|------------------------|
55
| 5.1.11 | 0.0.1 |
66
| 5.1.13 | 0.1.0 |
77
| 5.1.16 | 0.1.1 |
88
| 6.0.0 | 1.0.0 |
9-
| 6.0.1 | 1.1.0, 1.1.1 |
9+
| 6.0.1 | 1.1.0, 1.1.1 |
10+
| 6.1.0 | 1.2.0 |

uniconfig/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ packages = [{ include = "frinx_api" }]
1919
name = "frinx-uniconfig-api"
2020
description = "Python SDK for Frinx Machine Workflow Manager"
2121
authors = ["Jozef Volak <[email protected]>"]
22-
version = "1.1.2"
22+
version = "1.2.0"
2323
readme = ["README.md", "CHANGELOG.md", "RELEASE.md"]
2424
keywords = ["frinx-machine", "uniconfig", "conductor"]
2525
license = "Apache 2.0"

0 commit comments

Comments
 (0)