From 4af31db99c5443f90b1b6d96e839527c7e0b46a0 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 1 Jun 2026 15:52:45 -0700 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 eed648ac..62e9f64a 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -2.1.6.dev0 +2.1.6 * #1256: Fix a race condition in which borgmatic sometimes swallows Borg error output without logging it. * #1300: Fix the "source_directories_must_exist" option to support source directories relative to a diff --git a/pyproject.toml b/pyproject.toml index 77ba0475..503bdf80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "borgmatic" -version = "2.1.6.dev0" +version = "2.1.6" authors = [ { name="Dan Helfman", email="witten@torsion.org" }, ]