Browse Source

Bump version for release.

Dan Helfman 6 days ago
parent
commit
5e7d14e419
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.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.

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