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" }, ]