From 4d1d8d74091c4d7ef3e18acd73639be7874b119e Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 14 Mar 2022 13:43:24 -0700 Subject: [PATCH] Bump version for release. --- NEWS | 6 ++++-- docs/_includes/index.css | 1 + setup.py | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 7eaa051d6..f66151315 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,11 @@ -1.5.24.dev0 +1.5.24 * #431: Add "working_directory" option to support source directories with relative paths. * #444: When loading a configuration file that is unreadable due to file permissions, warn instead of erroring. This supports running borgmatic as a non-root user with configuration in ~/.config even if there is an unreadable global configuration file in /etc. - * #469: Add "repositories" context to "before_*" and "after_*" command action hooks. + * #469: Add "repositories" context to "before_*" and "after_*" command action hooks. See the + documentation for more information: + https://torsion.org/borgmatic/docs/how-to/add-preparation-and-cleanup-steps-to-backups/ * #486: Fix handling of "patterns_from" and "exclude_from" options to error instead of warning when referencing unreadable files and "create" action is run. * #507: Fix Borg usage error in the "compact" action when running "borgmatic --dry-run". Now, skip diff --git a/docs/_includes/index.css b/docs/_includes/index.css index 40bf5d636..a3aedbcf0 100644 --- a/docs/_includes/index.css +++ b/docs/_includes/index.css @@ -258,6 +258,7 @@ footer.elv-layout { /* Header */ .elv-header { position: relative; + text-align: center; } .elv-header-default { display: flex; diff --git a/setup.py b/setup.py index 41c3e4c82..1f465d150 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -VERSION = '1.5.24.dev0' +VERSION = '1.5.24' setup(