From d2903640a8165d0bcd60ed4f122597fd35d1f9bd Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Fri, 6 Mar 2026 10:19:42 -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 5c34bb8f..ff50e284 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -2.1.3.dev0 +2.1.3 * #1175: Add a "files_changed" option for customizing Borg's file modification detection. * #1175: Add a "msgpack_version_check" option to prevent Borg from validating msgpack's version. * #1218: Add a "config show" action to display computed borgmatic configuration as YAML or JSON, diff --git a/pyproject.toml b/pyproject.toml index 88a1d506..14c88071 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "borgmatic" -version = "2.1.3.dev0" +version = "2.1.3" authors = [ { name="Dan Helfman", email="witten@torsion.org" }, ]