Explorar o código

Bump version for release.

Dan Helfman hai 5 meses
pai
achega
c3f4f94190
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      NEWS
  2. 1 1
      pyproject.toml

+ 1 - 1
NEWS

@@ -1,4 +1,4 @@
-1.9.9.dev0
+1.9.9
  * #635: Log the repository path or label on every relevant log message, not just some logs.
  * #635: Log the repository path or label on every relevant log message, not just some logs.
  * #961: When the "encryption_passcommand" option is set, call the command once from borgmatic to
  * #961: When the "encryption_passcommand" option is set, call the command once from borgmatic to
    collect the encryption passphrase and pass it to Borg multiple times. See the documentation for
    collect the encryption passphrase and pass it to Borg multiple times. See the documentation for

+ 1 - 1
pyproject.toml

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