From 82141fe9811011067ff7e6d7e5582b96b085429c Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 25 Nov 2024 07:49:11 -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 b5bc2e14..6ac9be77 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -1.9.3.dev0 +1.9.3 * #261 (beta): Add a ZFS hook for snapshotting and backing up ZFS datasets. See the documentation for more information: https://torsion.org/borgmatic/docs/how-to/snapshot-your-filesystems/ * Remove any temporary copies of the manifest file created in support of the "bootstrap" action. diff --git a/pyproject.toml b/pyproject.toml index 9906749e..d081573f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "borgmatic" -version = "1.9.3.dev0" +version = "1.9.3" authors = [ { name="Dan Helfman", email="witten@torsion.org" }, ]