浏览代码

Add "borg_files_cache_ttl" option to NEWS.

Dan Helfman 2 年之前
父节点
当前提交
c84b26499b
共有 2 个文件被更改,包括 5 次插入1 次删除
  1. 4 0
      NEWS
  2. 1 1
      setup.py

+ 4 - 0
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:

+ 1 - 1
setup.py

@@ -1,6 +1,6 @@
 from setuptools import find_packages, setup
 
-VERSION = '1.7.9'
+VERSION = '1.7.10.dev0'
 
 
 setup(