Add documentation heading (#798).
This commit is contained in:
parent
abf2b3a8c7
commit
5f921a7f80
3 changed files with 5 additions and 2 deletions
2
NEWS
2
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.
|
||||
|
|
|
@ -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)
|
||||
|
|
2
setup.py
2
setup.py
|
@ -1,6 +1,6 @@
|
|||
from setuptools import find_packages, setup
|
||||
|
||||
VERSION = '1.8.7.dev0'
|
||||
VERSION = '1.8.7'
|
||||
|
||||
|
||||
setup(
|
||||
|
|
Loading…
Reference in a new issue