diff --git a/NEWS b/NEWS index cef4fcd4..69355867 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -1.9.7.dev0 +1.9.7 * #855: Add a Sentry monitoring hook. See the documentation for more information: https://torsion.org/borgmatic/docs/how-to/monitor-your-backups/#sentry-hook * #968: Fix for a "spot" check error when a filename in the most recent archive contains a newline. diff --git a/pyproject.toml b/pyproject.toml index 9c429115..9037da9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "borgmatic" -version = "1.9.7.dev0" +version = "1.9.7" authors = [ { name="Dan Helfman", email="witten@torsion.org" }, ]