Browse Source

Bump version for release.

Dan Helfman 3 months ago
parent
commit
596305e3de
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 @@
-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 - 1
pyproject.toml

@@ -1,6 +1,6 @@
 [project]
 name = "borgmatic"
-version = "1.9.12.dev0"
+version = "1.9.12"
 authors = [
   { name="Dan Helfman", email="witten@torsion.org" },
 ]