Add "borgmatic init" repository probing fix to NEWS.

This commit is contained in:
Dan Helfman 2019-12-12 21:50:24 -08:00
parent b04b333466
commit f1358d52aa
2 changed files with 4 additions and 1 deletions

3
NEWS
View File

@ -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.

View File

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