From 5e7d14e419c14cbe05cf4c5935a1425cf20ceb63 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Wed, 26 Nov 2025 15:31:04 -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 7ff085ec..aa665120 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -2.0.12.dev0 +2.0.12 * #1127: Fix for the database hooks not respecting the "working_directory" option. * #1181: Add an "ask_for_password" option to the KeePassXC credential hook for disabling KeePassXC's password prompt, e.g. if you're only using a key file to decrypt your database. diff --git a/pyproject.toml b/pyproject.toml index d237ab2e..18749b01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "borgmatic" -version = "2.0.12.dev0" +version = "2.0.12" authors = [ { name="Dan Helfman", email="witten@torsion.org" }, ]