Adding BORG_PASSCOMMAND update to NEWS.

This commit is contained in:
Dan Helfman 2018-01-16 21:05:53 -08:00
parent e55e9e8139
commit 389778c716
2 changed files with 4 additions and 1 deletions

3
NEWS
View File

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

View File

@ -1,7 +1,7 @@
from setuptools import setup, find_packages
VERSION = '1.1.14'
VERSION = '1.1.15.dev'
setup(