From ad8d074effdedf6e1807a5e210b93b6b0a28ba81 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Fri, 6 Feb 2026 12:53:27 -0800 Subject: [PATCH] Bump version for release. --- NEWS | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" }, ]