Преглед изворни кода

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(