From 0777d40218bffff8fadfc135757ea67877a7eb36 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Thu, 23 Oct 2025 21:47:56 -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 1d5a0816..db43b548 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -2.0.10.dev0 +2.0.10 * #427: Expand the "borg_extra_options" option to support passing arbitrary Borg flags to every Borg sub-command that borgmatic uses. As part of this, deprecate the "init" option under "borg_extra_options" in favor of "repo_create". diff --git a/pyproject.toml b/pyproject.toml index 9a6dc5b6..860c2179 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "borgmatic" -version = "2.0.10.dev0" +version = "2.0.10" authors = [ { name="Dan Helfman", email="witten@torsion.org" }, ]