From aba45f03d68d665f327a86fb4880e15605efebcc Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Tue, 27 Jan 2026 13:09:10 -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 ec306a32..f4388135 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -2.1.1.dev0 +2.1.1 * #1241: For the "recreate" action, actually pass the "--dry-run" flag through to Borg instead of just skipping the Borg call. * #1242: Fix a regression in which the "spot" check hung while collecting archive contents. diff --git a/pyproject.toml b/pyproject.toml index d6ee998d..33f6cdf2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "borgmatic" -version = "2.1.1.dev0" +version = "2.1.1" authors = [ { name="Dan Helfman", email="witten@torsion.org" }, ]