From cdbfe1c1e95486fbb7f1704f4799b0fbc3814348 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Tue, 29 Apr 2025 15:20:50 -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 c6ababa8..1de74758 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -2.0.5.dev0 +2.0.5 * #1033: Add a "password_transport" option to the MariaDB and MySQL database hooks for customizing how borgmatic transmits passwords to the database client. * #1078: Add "keep_3monthly" and "keep_13weekly" options for customizing "prune" action archive diff --git a/pyproject.toml b/pyproject.toml index da090fbf..b8d7407f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "borgmatic" -version = "2.0.5.dev0" +version = "2.0.5" authors = [ { name="Dan Helfman", email="witten@torsion.org" }, ]