Skip to content

Commit ab84d0f

Browse files
committed
Bump version to 11.0.0
Signed-off-by: Erik Boasson <eb@ilities.com>
1 parent dc959d1 commit ab84d0f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/manual/variables.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"project-short": "Cyclone DDS Python",
66
"copyright": ":year:, Eclipse Cyclone DDS committers",
77
"author": "Eclipse Cyclone DDS committers",
8-
"version": "0.11.0",
9-
"release": "0.11.0"
8+
"version": "11.0.0",
9+
"release": "11.0.0"
1010
}

pyoxidizer.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def make_msi(exe):
2828
return exe.to_wix_msi_builder(
2929
"cyclonedds",
3030
"Cyclone DDS CLI",
31-
"0.11.0",
31+
"11.0.0",
3232
"Thijs Miedema"
3333
)
3434

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
from bdist_wheel import bdist_wheel
2626

2727

28-
__version__ = "0.11.0"
28+
__version__ = "11.0.0"
2929
package = "cyclonedds"
3030

3131

0 commit comments

Comments
 (0)