Skip to content

Commit

Permalink
Bump version to 0.7.2-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierHecart committed Jun 6, 2023
1 parent 1b60660 commit 9fadd42
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 55 deletions.
98 changes: 49 additions & 49 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#
[package]
name = "zenoh-python"
version = "0.7.2-dev"
version = "0.7.2-rc"
authors = [
"kydos <[email protected]>",
"Julien Enoch <[email protected]>",
Expand Down Expand Up @@ -51,9 +51,9 @@ pyo3 = { version = "0.18.1", features = ["extension-module", "abi3-py37"] }
serde_json = "1.0.94"
uhlc = "0.6.0"
validated_struct = "2.1.0"
zenoh = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "master", features = [
zenoh = { version = "0.7.2-rc", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release-0.7.2-rc", features = [
"unstable",
] }
zenoh-buffers = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "master" }
zenoh-cfg-properties = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "master" }
zenoh-core = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "master" }
zenoh-buffers = { version = "0.7.2-rc", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release-0.7.2-rc" }
zenoh-cfg-properties = { version = "0.7.2-rc", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release-0.7.2-rc" }
zenoh-core = { version = "0.7.2-rc", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release-0.7.2-rc" }
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
author = 'ZettaScale Zenoh team, <[email protected]>'

# The full version, including alpha/beta/rc tags
release = '0.7.2-dev'
release = '0.7.2-rc'


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 9fadd42

Please sign in to comment.