Skip to content

Commit 1d1e51a

Browse files
authored
[releases/1.2] Prepare to release 1.2.0 (#413)
* service, generator: Set version to 1.2.0 Work around #162 * examples: Depend on released version * examples: Comment out path = ../..
1 parent 1a53279 commit 1d1e51a

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

examples/game_of_life/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ authors = ["National Instruments"]
66

77
[tool.poetry.dependencies]
88
python = "^3.8"
9-
ni-measurementlink-service = {version = "^1.2.0-dev0", allow-prereleases = true}
9+
ni-measurementlink-service = {version = "^1.2.0"}
1010
click = ">=7.1.2, !=8.1.4" # mypy fails with click 8.1.4: https://github.com/pallets/click/issues/2558
1111

1212
[tool.poetry.group.dev.dependencies]
1313
mypy = ">=1.0"
1414
grpc-stubs = "^1.53"
1515
types-protobuf = "^4.21"
1616
# Uncomment to use prerelease dependencies.
17-
ni-measurementlink-service = {path = "../..", develop = true}
17+
# ni-measurementlink-service = {path = "../..", develop = true}
1818

1919
[tool.mypy]
2020
disallow_untyped_defs = true

examples/sample_measurement/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ authors = ["National Instruments"]
66

77
[tool.poetry.dependencies]
88
python = "^3.8"
9-
ni-measurementlink-service = {version = "^1.2.0-dev0", allow-prereleases = true}
9+
ni-measurementlink-service = {version = "^1.2.0"}
1010
click = ">=7.1.2, !=8.1.4" # mypy fails with click 8.1.4: https://github.com/pallets/click/issues/2558
1111

1212
[tool.poetry.group.dev.dependencies]
1313
mypy = ">=1.0"
1414
grpc-stubs = "^1.53"
1515
types-protobuf = "^4.21"
1616
# Uncomment to use prerelease dependencies.
17-
ni-measurementlink-service = {path = "../..", develop = true}
17+
# ni-measurementlink-service = {path = "../..", develop = true}
1818

1919
[build-system]
2020
requires = ["poetry-core>=1.2.0"]

ni_measurementlink_generator/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ni_measurementlink_generator"
3-
version = "1.2.0-dev3"
3+
version = "1.2.0"
44
description = "MeasurementLink Code Generator for Python"
55
authors = ["NI <opensource@ni.com>"]
66
readme = "README.md"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ extend_exclude = '*_pb2_grpc.py,*_pb2_grpc.pyi,*_pb2.py,*_pb2.pyi,ni_measurement
77

88
[tool.poetry]
99
name = "ni_measurementlink_service"
10-
version = "1.2.0-dev3"
10+
version = "1.2.0"
1111
description = "MeasurementLink Support for Python"
1212
authors = ["NI <opensource@ni.com>"]
1313
readme = "README.md" # apply the repo readme to the package as well

0 commit comments

Comments
 (0)