diff --git a/NEWS b/NEWS index c4c094b7..b46f8fbc 100644 --- a/NEWS +++ b/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, or hooks. * #947: To avoid a hang in the database hooks, error and exit when the borgmatic runtime diff --git a/pyproject.toml b/pyproject.toml index d34c3d5c..a7c63e5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "borgmatic" -version = "1.9.5.dev0" +version = "1.9.5" authors = [ { name="Dan Helfman", email="witten@torsion.org" }, ]