diff --git a/NEWS b/NEWS index 25ea8800..51724748 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -2.1.2.dev0 +2.1.2 * #1231: If a source file is deleted during a "spot" check, consider the file as non-matching and move on instead of immediately failing the entire check. * #1250: Fix a regression in which the "--stats" flag hides statistics at default verbosity. diff --git a/pyproject.toml b/pyproject.toml index 3f2596e2..8c0274a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "borgmatic" -version = "2.1.2dev0" +version = "2.1.2" authors = [ { name="Dan Helfman", email="witten@torsion.org" }, ]