浏览代码

Bump version for release.

Dan Helfman 3 月之前
父节点
当前提交
3bc14ba364
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      NEWS
  2. 1 1
      pyproject.toml

+ 1 - 1
NEWS

@@ -1,4 +1,4 @@
-1.9.10.dev0
+1.9.10
  * #966: Add a "!credential" tag for loading systemd credentials into borgmatic configuration
    files. See the documentation for more information:
    https://torsion.org/borgmatic/docs/how-to/provide-your-passwords/

+ 1 - 1
pyproject.toml

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