Pārlūkot izejas kodu

Add to NEWS: Fix a traceback (TypeError) in the "check" action with Python 3.14 (#1161).

Dan Helfman 1 mēnesi atpakaļ
vecāks
revīzija
4c7435378c
2 mainītis faili ar 4 papildinājumiem un 1 dzēšanām
  1. 3 0
      NEWS
  2. 1 1
      pyproject.toml

+ 3 - 0
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
 2.0.9
  * #1105: More accurately collect Btrfs subvolumes to snapshot. As part of this, the Btrfs hook no
  * #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.
    longer uses "findmnt" and the "findmnt_command" option is deprecated.

+ 1 - 1
pyproject.toml

@@ -1,6 +1,6 @@
 [project]
 [project]
 name = "borgmatic"
 name = "borgmatic"
-version = "2.0.9"
+version = "2.0.10.dev0"
 authors = [
 authors = [
   { name="Dan Helfman", email="witten@torsion.org" },
   { name="Dan Helfman", email="witten@torsion.org" },
 ]
 ]