Browse Source

Bump version for release.

Dan Helfman 2 ngày trước cách đây
mục cha
commit
6d48ff95d2
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      NEWS
  2. 1 1
      pyproject.toml

+ 1 - 1
NEWS

@@ -1,4 +1,4 @@
-2.0.8.dev0
+2.0.8
  * #1114: Document systemd configuration changes for the ZFS filesystem hook.
  * #1114: Document systemd configuration changes for the ZFS filesystem hook.
  * #1116: Add dumping of database containers via their container names, handy for backing up
  * #1116: Add dumping of database containers via their container names, handy for backing up
    database containers from the host. See the documentation for more information:
    database containers from the host. See the documentation for more information:

+ 1 - 1
pyproject.toml

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