We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f2ae5e commit 5e7d14eCopy full SHA for 5e7d14e
NEWS
@@ -1,4 +1,4 @@
1
-2.0.12.dev0
+2.0.12
2
* #1127: Fix for the database hooks not respecting the "working_directory" option.
3
* #1181: Add an "ask_for_password" option to the KeePassXC credential hook for disabling
4
KeePassXC's password prompt, e.g. if you're only using a key file to decrypt your database.
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "borgmatic"
-version = "2.0.12.dev0"
+version = "2.0.12"
authors = [
5
{ name="Dan Helfman", email="witten@torsion.org" },
6
]
0 commit comments