2
0
Эх сурвалжийг харах

Bump version for release.

Dan Helfman 4 сар өмнө
parent
commit
86ad93676d
2 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 1 1
      NEWS
  2. 1 1
      pyproject.toml

+ 1 - 1
NEWS

@@ -1,4 +1,4 @@
-1.9.7.dev0
+1.9.7
  * #855: Add a Sentry monitoring hook. See the documentation for more information:
    https://torsion.org/borgmatic/docs/how-to/monitor-your-backups/#sentry-hook
  * #968: Fix for a "spot" check error when a filename in the most recent archive contains a newline.

+ 1 - 1
pyproject.toml

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