From c84b26499b2baa03e712921c1bc1209ebae4ec6c Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Fri, 17 Mar 2023 19:29:10 -0700 Subject: [PATCH] Add "borg_files_cache_ttl" option to NEWS. --- NEWS | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 86b5fcf7..7e8e6f9f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +1.7.10.dev0 + * #618: Support for BORG_FILES_CACHE_TTL environment variable via "borg_files_cache_ttl" option in + borgmatic's storage configuration. + 1.7.9 * #295: Add a SQLite database dump/restore hook. * #304: Change the default action order when no actions are specified on the command-line to: diff --git a/setup.py b/setup.py index ec68b049..5ea3c2e4 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -VERSION = '1.7.9' +VERSION = '1.7.10.dev0' setup(