瀏覽代碼

Bump version for release.

Dan Helfman 2 周之前
父節點
當前提交
b208c5352a
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      NEWS
  2. 1 1
      pyproject.toml

+ 1 - 1
NEWS

@@ -1,4 +1,4 @@
-2.0.6.dev0
+2.0.6
  * #1068: Fix a warning from LVM about leaked file descriptors.
  * #1086: Fix for the "spot" check breaking when the "--progress" flag is used.
  * #1089: Fix for the "spot" check erroring when a checksum command errors.

+ 1 - 1
pyproject.toml

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