Skip to content

Commit

Permalink
Set version to 0.5.0-beta.8
Browse files Browse the repository at this point in the history
  • Loading branch information
JEnoch committed Mar 31, 2021
1 parent 1c9be5c commit 1a56a71
Show file tree
Hide file tree
Showing 2 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 @@ -31,8 +31,8 @@ description = "The zenoh C client API"
maintenance = { status = "actively-developed" }

[dependencies]
zenoh = { git = "https://github.com/eclipse-zenoh/zenoh" }
zenoh-util = { git = "https://github.com/eclipse-zenoh/zenoh" }
zenoh = "0.5.0-beta.8"
zenoh-util = "0.5.0-beta.8"
async-std = "=1.9.0"
futures = "0.3.12"
async-trait = "0.1.42"
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@
#

# Configuration file for the Sphinx documentation builder.
from clang.cindex import Config

# -- Project information -----------------------------------------------------
project = 'zenoh-c'
copyright = '2017, 2020 ADLINK Technology Inc'
author = 'ADLINK zenoh team'
release = '0.5.0'
release = '0.5.0-beta.8'

# -- General configuration ---------------------------------------------------
master_doc = 'index'
Expand All @@ -30,5 +31,4 @@
html_theme = 'sphinx_rtd_theme'

# ----------------------------------------------------------------------------
from clang.cindex import Config
Config.set_library_file('/usr/lib/llvm-6.0/lib/libclang.so.1')

0 comments on commit 1a56a71

Please sign in to comment.