From 86ad93676d671c65b7e86c6aaa1be9c6dd298d44 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Thu, 23 Jan 2025 12:09:20 -0800 Subject: [PATCH] Bump version for release. --- NEWS | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" }, ]