Skip to content

Commit

Permalink
chore: Merge release/1.2.0 into main (#438)
Browse files Browse the repository at this point in the history
chore: Merge release/1.2.0 into main
  • Loading branch information
eclipse-zenoh-bot authored Feb 3, 2025
2 parents 6158120 + 0e4cb39 commit 1e91f15
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 57 deletions.
106 changes: 53 additions & 53 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#
[package]
name = "zenoh-python"
version = "1.1.1"
version = "1.2.0"
authors = [
"kydos <[email protected]>",
"Julien Enoch <[email protected]>",
Expand Down Expand Up @@ -50,5 +50,5 @@ pyo3 = { version = "0.21.2", features = [
"experimental-declarative-modules",
] }
validated_struct = "2.1.0"
zenoh = { version = "1.1.1", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = ["unstable", "internal"], default-features = false }
zenoh-ext = { version = "1.1.1", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = ["internal"], optional = true }
zenoh = { version = "1.2.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.2.0", features = ["unstable", "internal"], default-features = false }
zenoh-ext = { version = "1.2.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.2.0", features = ["internal"], optional = true }
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ build-backend = "maturin"

[project]
name = "eclipse-zenoh"
version = "1.1.1"
version = "1.2.0"
description = "The python API for Eclipse zenoh"
requires-python = ">=3.8"
authors = [
Expand Down

0 comments on commit 1e91f15

Please sign in to comment.