From 13d49fda9bdfbc7aa383a0a1b1d53a1b7af6fd4b Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 14 Apr 2025 22:53:23 -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 ce4e9ab1..f2227361 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -2.0.3.dev0 +2.0.3 * #1065: Fix a regression in monitoring hooks in which an error pinged the finish state instead of the fail state. * #1066: Add a "states" option to command hooks, so you can optionally skip an "after" hook if diff --git a/pyproject.toml b/pyproject.toml index 65455544..83177c81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "borgmatic" -version = "2.0.3.dev0" +version = "2.0.3" authors = [ { name="Dan Helfman", email="witten@torsion.org" }, ]