From 0112407250c52e3b4da88ea47bcd27f8c2c1d3f1 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 19 Feb 2018 17:44:20 -0800 Subject: [PATCH] Add introductory screencast link to documentation. --- NEWS | 3 +++ README.md | 2 ++ setup.py | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ee65b061..d67c01ad 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +1.1.16.dev0 + * Add introductory screencast link to documentation. + 1.1.15 * Support for Borg BORG_PASSCOMMAND environment variable to read a password from an external file. * Fix for Borg create error when using borgmatic's --dry-run and --verbosity options together. diff --git a/README.md b/README.md index 2c71a784..b78e53b6 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ borgmatic is hosted at with [source code available](https://projects.torsion.org/witten/borgmatic). It's also mirrored on [GitHub](https://github.com/witten/borgmatic) for convenience. + + ## Installation diff --git a/setup.py b/setup.py index 82e22ab7..f510183f 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages -VERSION = '1.1.15' +VERSION = '1.1.16.dev0' setup(