瀏覽代碼

Add documentation heading (#798).

Dan Helfman 1 年之前
父節點
當前提交
5f921a7f80
共有 3 個文件被更改,包括 5 次插入2 次删除
  1. 1 1
      NEWS
  2. 3 0
      docs/how-to/customize-warnings-and-errors.md
  3. 1 1
      setup.py

+ 1 - 1
NEWS

@@ -1,4 +1,4 @@
-1.8.7.dev0
+1.8.7
  * #736: Store included configuration files within each backup archive in support of the "config
    bootstrap" action. Previously, only top-level configuration files were stored.
  * #798: Elevate specific Borg warnings to errors or squash errors to warnings.

+ 3 - 0
docs/how-to/customize-warnings-and-errors.md

@@ -40,6 +40,9 @@ borg_exit_codes:
 Be careful with this example though, because it prevents borgmatic from
 erroring when Borg errors, which may not be desirable.
 
+
+### More granular configuration
+
 <span class="minilink minilink-addedin">New in Borg version 1.4</span> Borg
 support for [more granular exit
 codes](https://borgbackup.readthedocs.io/en/1.4-maint/usage/general.html#return-codes)

+ 1 - 1
setup.py

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