@@ -1,4 +1,4 @@
-1.9.12.dev0
+1.9.12
* #1005: Fix the credential hooks to avoid using Python 3.12+ string features. Now borgmatic will
work with Python 3.9, 3.10, and 3.11 again.
@@ -1,6 +1,6 @@
[project]
name = "borgmatic"
-version = "1.9.12.dev0"
+version = "1.9.12"
authors = [
{ name="Dan Helfman", email="witten@torsion.org" },
]