From d085fc23983d307b30186260a22e96937de3ceab Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 20 Apr 2026 09:46:54 -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 7caa1500..10b234fb 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -2.1.5.dev0 +2.1.5 * #1229: Document the permissions needed for the PostgreSQL database hook: https://torsion.org/borgmatic/reference/configuration/data-sources/postgresql/ * #1289: Add mutual TLS support for the Loki monitoring hook. See the documentation for more diff --git a/pyproject.toml b/pyproject.toml index 8b900b8d..f6d4bc29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "borgmatic" -version = "2.1.5.dev0" +version = "2.1.5" authors = [ { name="Dan Helfman", email="witten@torsion.org" }, ]