From 22776b123d5b6192aff26d1bb1cd23d2b945d1ff Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sun, 10 Nov 2024 08:13:18 -0800 Subject: [PATCH] Bump version for release. --- NEWS | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 387e9065..cf69106a 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ -1.9.1.dev0 +1.9.1 * #928: Fix the user runtime directory location on macOS (and possibly Cygwin). - * #930: Fix error with multiple systemd credentials when no credentials are configured. + * #930: Fix an error with the sample systemd service when no credentials are configured. * #931: Fix an error when implicitly upgrading the check state directory from ~/.borgmatic to ~/.local/state/borgmatic across filesystems. diff --git a/pyproject.toml b/pyproject.toml index c3338c9c..f685ad5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "borgmatic" -version = "1.9.1.dev0" +version = "1.9.1" authors = [ { name="Dan Helfman", email="witten@torsion.org" }, ]