Dan Helfman 4 месяцев назад
Родитель
Сommit
203e1f4e99
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      NEWS
  2. 1 1
      pyproject.toml

+ 1 - 1
NEWS

@@ -1,4 +1,4 @@
-1.9.8.dev0
+1.9.8
  * #979: Fix root patterns so they don't have an invalid "sh:" prefix before getting passed to Borg.
  * Expand the recent contributors documentation section to include ticket submitters—not just code
    contributors—because there are multiple ways to contribute to the project! See:

+ 1 - 1
pyproject.toml

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