From 4c7435378c5a095fade559cfb0337d9427f8d02e Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Thu, 9 Oct 2025 14:34:57 -0700 Subject: [PATCH] Add to NEWS: Fix a traceback (TypeError) in the "check" action with Python 3.14 (#1161). --- NEWS | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 4d9bd57f..83494dbb 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +2.0.10.dev0 + * #1161: Fix a traceback (TypeError) in the "check" action with Python 3.14. + 2.0.9 * #1105: More accurately collect Btrfs subvolumes to snapshot. As part of this, the Btrfs hook no longer uses "findmnt" and the "findmnt_command" option is deprecated. diff --git a/pyproject.toml b/pyproject.toml index 4b637a6b..9a6dc5b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "borgmatic" -version = "2.0.9" +version = "2.0.10.dev0" authors = [ { name="Dan Helfman", email="witten@torsion.org" }, ]