Add documentation heading (#798).
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Dan Helfman 2024-01-21 11:48:23 -08:00
parent abf2b3a8c7
commit 5f921a7f80
3 changed files with 5 additions and 2 deletions

2
NEWS
View File

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

View File

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

View File

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