Przeglądaj źródła

Bump version for release.

Dan Helfman 4 miesięcy temu
rodzic
commit
e789de0851
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      NEWS
  2. 1 1
      pyproject.toml

+ 1 - 1
NEWS

@@ -1,4 +1,4 @@
-1.9.6.dev0
+1.9.6
  * #959: Fix an error in the Btrfs hook when a subvolume mounted at "/" is configured in borgmatic's
  * #959: Fix an error in the Btrfs hook when a subvolume mounted at "/" is configured in borgmatic's
    source directories.
    source directories.
  * #960: Fix for archives storing relative source directory paths such that they contain the working
  * #960: Fix for archives storing relative source directory paths such that they contain the working

+ 1 - 1
pyproject.toml

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