Skip to content

Commit

Permalink
Bump version to 0.10.1-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed Dec 19, 2023
1 parent 4e7ae2b commit 5f10b23
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 53 deletions.
94 changes: 47 additions & 47 deletions Cargo.lock

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

8 changes: 4 additions & 4 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.11.0-dev"
version = "0.10.1-rc"
authors = [
"kydos <[email protected]>",
"Julien Enoch <[email protected]>",
Expand Down Expand Up @@ -52,8 +52,8 @@ 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.10.1-rc", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release-0.10.1-rc", features = [
"unstable",
], default-features = false }
zenoh-buffers = { 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.10.1-rc", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release-0.10.1-rc" }
zenoh-core = { version = "0.10.1-rc", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release-0.10.1-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.11.0-dev'
release = '0.10.1-rc'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
### NOTE: Read the Docs cannot build the Rust code, and thus is not able to import zenoh
### unless it's installed from pypi.org as a requirement
eclipse-zenoh == 0.11.0-dev
eclipse-zenoh == 0.10.1-rc

0 comments on commit 5f10b23

Please sign in to comment.