Browse Source

Bump version for release.

Dan Helfman 1 month ago
parent
commit
13d49fda9b
2 changed files with 2 additions and 2 deletions
  1. 1 1
      NEWS
  2. 1 1
      pyproject.toml

+ 1 - 1
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
  * #1065: Fix a regression in monitoring hooks in which an error pinged the finish state instead of
    the fail state.
    the fail state.
  * #1066: Add a "states" option to command hooks, so you can optionally skip an "after" hook if
  * #1066: Add a "states" option to command hooks, so you can optionally skip an "after" hook if

+ 1 - 1
pyproject.toml

@@ -1,6 +1,6 @@
 [project]
 [project]
 name = "borgmatic"
 name = "borgmatic"
-version = "2.0.3.dev0"
+version = "2.0.3"
 authors = [
 authors = [
   { name="Dan Helfman", email="witten@torsion.org" },
   { name="Dan Helfman", email="witten@torsion.org" },
 ]
 ]