Skip to content

Commit

Permalink
update version to 0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
trittsv authored and eboasson committed Jun 5, 2024
1 parent fb20895 commit 8d6f6fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .azure/templates/build-cyclone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

steps:
- bash: |
git clone https://github.com/eclipse-cyclonedds/cyclonedds.git cyclonedds_c --branch 0.10.4
git clone https://github.com/eclipse-cyclonedds/cyclonedds.git cyclonedds_c --branch 0.10.5
name: clone_cyclone
displayName: Clone the CycloneDDS repository
- bash: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ test-command = "pytest -s --verbose {package}/tests"
test-extras = ["dev"]

before-all = [
"git clone --branch 0.10.4 --depth 1 https://github.com/eclipse-cyclonedds/cyclonedds.git main",
"git clone --branch 0.10.5 --depth 1 https://github.com/eclipse-cyclonedds/cyclonedds.git main",
"mkdir cyclonedds-build",
"mkdir build"
]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from bdist_wheel import bdist_wheel


__version__ = "0.10.4"
__version__ = "0.10.5"
package = "cyclonedds"


Expand Down

0 comments on commit 8d6f6fc

Please sign in to comment.