From 08ff743cd7653d81f2cbc8fb5e4e9d2d764c4f1f Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sat, 20 Dec 2025 17:16:51 -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 4b9b3fb0..bb1805e6 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -2.0.13.dev0 +2.0.13 * #1054: Allow the Btrfs hook to create and delete snapshots even when running as a non-root user. See the documentation for more information: https://torsion.org/borgmatic/reference/configuration/data-sources/btrfs/#non-root-user diff --git a/pyproject.toml b/pyproject.toml index 264987a4..8a7eb600 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "borgmatic" -version = "2.0.13.dev0" +version = "2.0.13" authors = [ { name="Dan Helfman", email="witten@torsion.org" }, ]