From 3bc14ba364021be83df4734a335c4a7bdb36b34e Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 10 Feb 2025 14:21:33 -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 a86324e6..ed3038b1 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -1.9.10.dev0 +1.9.10 * #966: Add a "!credential" tag for loading systemd credentials into borgmatic configuration files. See the documentation for more information: https://torsion.org/borgmatic/docs/how-to/provide-your-passwords/ diff --git a/pyproject.toml b/pyproject.toml index 92102e3f..e47d0762 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "borgmatic" -version = "1.9.10.dev0" +version = "1.9.10" authors = [ { name="Dan Helfman", email="witten@torsion.org" }, ]