Skip to content

Commit

Permalink
Set version to 0.5.0-b3
Browse files Browse the repository at this point in the history
  • Loading branch information
JEnoch committed Oct 7, 2020
1 parent fb58e8c commit 36e9397
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#
[package]
name = "eclipse-zenoh"
version = "0.5.0-dev2"
version = "0.5.0-b3"
authors = ["kydos <[email protected]>",
"Julien Enoch <[email protected]>",
"Olivier Hécart <[email protected]>",
Expand All @@ -39,7 +39,7 @@ name = "zenoh"
crate-type = ["cdylib"]

[dependencies]
zenoh = { version = "0.5.0-beta.2", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "rust-master" }
zenoh = "0.5.0-beta.3"
uhlc = "0.2"
futures = "0.3.5"
log = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
author = 'ADLINK zenoh team, <[email protected]>'

# The full version, including alpha/beta/rc tags
release = '0.5.0-dev2'
release = '0.5.0-b3'


# -- 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.5.0-dev2
eclipse-zenoh == 0.5.0-b3

0 comments on commit 36e9397

Please sign in to comment.