浏览代码

Add "borgmatic init" repository probing fix to NEWS.

Dan Helfman 5 年之前
父节点
当前提交
f1358d52aa
共有 2 个文件被更改,包括 4 次插入1 次删除
  1. 3 0
      NEWS
  2. 1 1
      setup.py

+ 3 - 0
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.

+ 1 - 1
setup.py

@@ -1,6 +1,6 @@
 from setuptools import find_packages, setup
 
-VERSION = '1.4.19'
+VERSION = '1.4.20'
 
 
 setup(