Jelajahi Sumber

Add documentation heading (#798).

Dan Helfman 1 tahun lalu
induk
melakukan
5f921a7f80
3 mengubah file dengan 5 tambahan dan 2 penghapusan
  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
  * #736: Store included configuration files within each backup archive in support of the "config
    bootstrap" action. Previously, only top-level configuration files were stored.
    bootstrap" action. Previously, only top-level configuration files were stored.
  * #798: Elevate specific Borg warnings to errors or squash errors to warnings.
  * #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
 Be careful with this example though, because it prevents borgmatic from
 erroring when Borg errors, which may not be desirable.
 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
 <span class="minilink minilink-addedin">New in Borg version 1.4</span> Borg
 support for [more granular exit
 support for [more granular exit
 codes](https://borgbackup.readthedocs.io/en/1.4-maint/usage/general.html#return-codes)
 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
 from setuptools import find_packages, setup
 
 
-VERSION = '1.8.7.dev0'
+VERSION = '1.8.7'
 
 
 
 
 setup(
 setup(