Bump version for release.
This commit is contained in:
parent
525266ede6
commit
4a48e6aa04
2 changed files with 3 additions and 3 deletions
4
NEWS
4
NEWS
|
@ -1,4 +1,4 @@
|
||||||
1.6.0.dev0
|
1.6.0
|
||||||
* #381: BREAKING: Greatly simplify configuration file reuse by deep merging when including common
|
* #381: BREAKING: Greatly simplify configuration file reuse by deep merging when including common
|
||||||
configuration. See the documentation for more information:
|
configuration. See the documentation for more information:
|
||||||
https://torsion.org/borgmatic/docs/how-to/make-per-application-backups/#include-merging
|
https://torsion.org/borgmatic/docs/how-to/make-per-application-backups/#include-merging
|
||||||
|
@ -9,7 +9,7 @@
|
||||||
once for each configured repository instead of once per configuration file. Additionally, the
|
once for each configured repository instead of once per configuration file. Additionally, the
|
||||||
"repositories" interpolated variable has been changed to "repository", containing the path to the
|
"repositories" interpolated variable has been changed to "repository", containing the path to the
|
||||||
current repository for the hook.
|
current repository for the hook.
|
||||||
* #513: Add mention of sudo's "secure_path" option in borgmatic installation documentation.
|
* #513: Add mention of sudo's "secure_path" option to borgmatic installation documentation.
|
||||||
* #515: Fix "borgmatic borg key ..." to pass parameters to Borg in the correct order.
|
* #515: Fix "borgmatic borg key ..." to pass parameters to Borg in the correct order.
|
||||||
* #516: Fix handling of TERM signal to exit borgmatic, not just forward the signal to Borg.
|
* #516: Fix handling of TERM signal to exit borgmatic, not just forward the signal to Borg.
|
||||||
* #517: Fix borgmatic exit code (so it's zero) when initial Borg calls fail but later retries
|
* #517: Fix borgmatic exit code (so it's zero) when initial Borg calls fail but later retries
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -1,6 +1,6 @@
|
||||||
from setuptools import find_packages, setup
|
from setuptools import find_packages, setup
|
||||||
|
|
||||||
VERSION = '1.6.0.dev0'
|
VERSION = '1.6.0'
|
||||||
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
|
Loading…
Reference in a new issue