Răsfoiți Sursa

Bump version for release.

Dan Helfman 3 luni în urmă
părinte
comite
dbe82ff11e
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.13.dev0
+1.9.13
  * #975: Add a "compression" option to the PostgreSQL database hook.
  * #975: Add a "compression" option to the PostgreSQL database hook.
  * #1001: Fix a ZFS error during snapshot cleanup.
  * #1001: Fix a ZFS error during snapshot cleanup.
  * #1003: In the Zabbix monitoring hook, support Zabbix 7.2's authentication changes.
  * #1003: In the Zabbix monitoring hook, support Zabbix 7.2's authentication changes.

+ 1 - 1
pyproject.toml

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