From f1358d52aaa9e6926636a8660f57669fa2abe8ae Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Thu, 12 Dec 2019 21:50:24 -0800 Subject: [PATCH] Add "borgmatic init" repository probing fix to NEWS. --- NEWS | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a0eac709..49a167f9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +1.4.20 + * Fix repository probing during "borgmatic init" to respect verbosity flag and remote_path option. + 1.4.19 * #259: Optionally change the internal database dump path via "borgmatic_source_directory" option in location configuration section. diff --git a/setup.py b/setup.py index 18c8ff87..e61d3ac8 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -VERSION = '1.4.19' +VERSION = '1.4.20' setup(