Bump version for release.
All checks were successful
build / test (push) Successful in 10m24s
build / docs (push) Successful in 1m37s

This commit is contained in:
Dan Helfman 2024-11-10 08:13:18 -08:00
parent 56304fdcad
commit 22776b123d
2 changed files with 3 additions and 3 deletions

4
NEWS
View File

@ -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.

View File

@ -1,6 +1,6 @@
[project]
name = "borgmatic"
version = "1.9.1.dev0"
version = "1.9.1"
authors = [
{ name="Dan Helfman", email="witten@torsion.org" },
]