Przeglądaj źródła

Bump version for release.

Dan Helfman 5 miesięcy temu
rodzic
commit
87e77ff2b7
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.5.dev0
+1.9.5
  * #418: Backup and restore databases that have the same name but with different ports, hostnames,
  * #418: Backup and restore databases that have the same name but with different ports, hostnames,
    or hooks.
    or hooks.
  * #947: To avoid a hang in the database hooks, error and exit when the borgmatic runtime
  * #947: To avoid a hang in the database hooks, error and exit when the borgmatic runtime

+ 1 - 1
pyproject.toml

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