Răsfoiți Sursa

Bump version for release.

Dan Helfman 6 luni în urmă
părinte
comite
82141fe981
2 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 1 1
      NEWS
  2. 1 1
      pyproject.toml

+ 1 - 1
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.

+ 1 - 1
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" },
 ]