From 4985b805b420ed0051a8144c12cff062be27eb9f Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 18 Nov 2024 20:40: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 62439f4b..29e13ba1 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -1.9.2.dev0 +1.9.2 * #441: Apply the "umask" option to all relevant actions, not just some of them. * #722: Remove the restriction that the "extract" and "mount" actions must match a single repository. Now they work more like other actions, where each repository is applied in turn. diff --git a/pyproject.toml b/pyproject.toml index fe9d6324..eff2bf18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "borgmatic" -version = "1.9.2.dev0" +version = "1.9.2" authors = [ { name="Dan Helfman", email="witten@torsion.org" }, ]