diff --git a/Cargo.lock b/Cargo.lock index 20bd296..2c5d432 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -154,7 +154,7 @@ dependencies = [ [[package]] name = "ciruela" -version = "0.5.7" +version = "0.5.8" dependencies = [ "abstract-ns 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "argparse 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 34268c7..bea0b09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ categories = [ ] homepage = "http://github.com/tailhook/ciruela" documentation = "https://tailhook.github.io/ciruela/" -version = "0.5.7" +version = "0.5.8" authors = ["paul@colomiets.name"] [dependencies] diff --git a/doc/conf.py b/doc/conf.py index 29ceb5f..13e73e4 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -57,7 +57,7 @@ # The short X.Y version. version = '0.5' # The full version, including alpha/beta/rc tags. -release = '0.5.7' +release = '0.5.8' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.