Skip to content

Commit 8d6f6fc

Browse files
trittsveboasson
authored andcommitted
update version to 0.10.5
1 parent fb20895 commit 8d6f6fc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.azure/templates/build-cyclone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
steps:
1818
- bash: |
19-
git clone https://github.com/eclipse-cyclonedds/cyclonedds.git cyclonedds_c --branch 0.10.4
19+
git clone https://github.com/eclipse-cyclonedds/cyclonedds.git cyclonedds_c --branch 0.10.5
2020
name: clone_cyclone
2121
displayName: Clone the CycloneDDS repository
2222
- bash: |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ test-command = "pytest -s --verbose {package}/tests"
2626
test-extras = ["dev"]
2727

2828
before-all = [
29-
"git clone --branch 0.10.4 --depth 1 https://github.com/eclipse-cyclonedds/cyclonedds.git main",
29+
"git clone --branch 0.10.5 --depth 1 https://github.com/eclipse-cyclonedds/cyclonedds.git main",
3030
"mkdir cyclonedds-build",
3131
"mkdir build"
3232
]

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.10.4"
28+
__version__ = "0.10.5"
2929
package = "cyclonedds"
3030

3131

0 commit comments

Comments
 (0)