diff --git a/NEWS b/NEWS index 75e140c1..6d607427 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -2.0.7.dev0 +2.0.7 * #1032: Fix a bug in which a Borg archive gets created even when a database hook fails. * #1043: Support Btrfs subvolume paths in "source_directories" even when the subvolume is mounted elsewhere. diff --git a/pyproject.toml b/pyproject.toml index ff8fdc1b..fc9d3ad7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "borgmatic" -version = "2.0.7.dev0" +version = "2.0.7" authors = [ { name="Dan Helfman", email="witten@torsion.org" }, ]