diff --git a/NEWS b/NEWS index db43b548..5ece3ab8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +2.0.11.dev0 + * #1165: Fix for when the systemd service directories (RuntimeDirectory and StateDirectory) each + contain multiple paths. + 2.0.10 * #427: Expand the "borg_extra_options" option to support passing arbitrary Borg flags to every Borg sub-command that borgmatic uses. As part of this, deprecate the "init" option under diff --git a/pyproject.toml b/pyproject.toml index 860c2179..264d9346 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "borgmatic" -version = "2.0.10" +version = "2.0.11.dev0" authors = [ { name="Dan Helfman", email="witten@torsion.org" }, ]