diff --git a/NEWS b/NEWS index 804d283d..d2947fbc 100644 --- a/NEWS +++ b/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: diff --git a/pyproject.toml b/pyproject.toml index f5195322..2453e6b6 100644 --- a/pyproject.toml +++ b/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" }, ]