@@ -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.
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup
-VERSION = '1.4.19'
+VERSION = '1.4.20'
setup(