From b208c5352ad39cf6d4eb87df15175185df29dee7 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Wed, 14 May 2025 21:16:33 -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 64018b46..41f675bf 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -2.0.6.dev0 +2.0.6 * #1068: Fix a warning from LVM about leaked file descriptors. * #1086: Fix for the "spot" check breaking when the "--progress" flag is used. * #1089: Fix for the "spot" check erroring when a checksum command errors. diff --git a/pyproject.toml b/pyproject.toml index 9f8a8363..ff07edd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "borgmatic" -version = "2.0.6.dev0" +version = "2.0.6" authors = [ { name="Dan Helfman", email="witten@torsion.org" }, ]