From cd0dd6237ca324a1dec27551b1e8ac4384016b92 Mon Sep 17 00:00:00 2001 From: Paul Colomiets Date: Wed, 21 Feb 2018 18:01:20 +0000 Subject: [PATCH] Version bumped to v0.5.7 --- Cargo.lock | 2 +- Cargo.toml | 2 +- doc/conf.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bf8cf15..20bd296 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -154,7 +154,7 @@ dependencies = [ [[package]] name = "ciruela" -version = "0.5.6" +version = "0.5.7" 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 252bf75..34268c7 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.6" +version = "0.5.7" authors = ["paul@colomiets.name"] [dependencies] diff --git a/doc/conf.py b/doc/conf.py index 6232ca5..29ceb5f 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.6' +release = '0.5.7' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.