From fbdb09b87d5cd3482e117e71a26a6948e80e9caf Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 10 Mar 2025 10:17:36 -0700 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 16e3db14..6a18c1bd 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -1.9.14.dev0 +1.9.14 * #409: With the PagerDuty monitoring hook, send borgmatic logs to PagerDuty so they show up in the incident UI. See the documentation for more information: https://torsion.org/borgmatic/docs/how-to/monitor-your-backups/#pagerduty-hook diff --git a/pyproject.toml b/pyproject.toml index cd1ce7a3..fdded2be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "borgmatic" -version = "1.9.14.dev0" +version = "1.9.14" authors = [ { name="Dan Helfman", email="witten@torsion.org" }, ]