File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- 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
20
20
name: clone_cyclone
21
21
displayName: Clone the CycloneDDS repository
22
22
- bash : |
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ test-command = "pytest -s --verbose {package}/tests"
26
26
test-extras = [" dev" ]
27
27
28
28
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" ,
30
30
" mkdir cyclonedds-build" ,
31
31
" mkdir build"
32
32
]
Original file line number Diff line number Diff line change 25
25
from bdist_wheel import bdist_wheel
26
26
27
27
28
- __version__ = "0.10.4 "
28
+ __version__ = "0.10.5 "
29
29
package = "cyclonedds"
30
30
31
31
You can’t perform that action at this time.
0 commit comments