Add "borgmatic init" repository probing fix to NEWS.
This commit is contained in:
parent
b04b333466
commit
f1358d52aa
2 changed files with 4 additions and 1 deletions
3
NEWS
3
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.
|
||||
|
|
2
setup.py
2
setup.py
|
@ -1,6 +1,6 @@
|
|||
from setuptools import find_packages, setup
|
||||
|
||||
VERSION = '1.4.19'
|
||||
VERSION = '1.4.20'
|
||||
|
||||
|
||||
setup(
|
||||
|
|
Loading…
Reference in a new issue