Explorar o código

Bump version for release.

Dan Helfman hai 3 meses
pai
achega
596305e3de
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  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" },
 ]