Adding BORG_PASSCOMMAND update to NEWS.
This commit is contained in:
parent
e55e9e8139
commit
389778c716
2 changed files with 4 additions and 1 deletions
3
NEWS
3
NEWS
|
@ -1,3 +1,6 @@
|
|||
1.1.15.dev0
|
||||
* Support for Borg BORG_PASSCOMMAND environment variable to read a password from an external file.
|
||||
|
||||
1.1.14
|
||||
* #49: Fix for typo in --patterns-from option.
|
||||
* #47: Support for Borg --dry-run option via borgmatic command-line.
|
||||
|
|
2
setup.py
2
setup.py
|
@ -1,7 +1,7 @@
|
|||
from setuptools import setup, find_packages
|
||||
|
||||
|
||||
VERSION = '1.1.14'
|
||||
VERSION = '1.1.15.dev'
|
||||
|
||||
|
||||
setup(
|
||||
|
|
Loading…
Reference in a new issue