summary history branches tags files
commit:d2a6ab54f2dcfdb2f022ab401621b2349a630f17
author:Trevor Bentley
committer:Trevor Bentley
date:Thu Nov 16 22:54:36 2017 +0100
parents:c87acc563f12e4f9dd091b37af5f47e8236e1a0e
(cargo-release) start next development iteration 0.5.1-rc
diff --git a/Cargo.lock b/Cargo.lock
line changes: +1/-1
index 9e6e36c..c5756b6
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
 [root]
 name = "circadian"
-version = "0.5.0"
+version = "0.5.1-rc"
 dependencies = [
  "clap 2.27.1 (registry+https://github.com/rust-lang/crates.io-index)",
  "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",

diff --git a/Cargo.toml b/Cargo.toml
line changes: +1/-1
index 92eb25f..8969adb
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "circadian"
-version = "0.5.0"
+version = "0.5.1-rc"
 authors = ["Trevor Bentley <trevor@trevorbentley.com>"]
 description = "Linux auto-suspend/wake power management daemon"
 keywords = ["linux", "power", "suspend", "daemon", "service"]