소스 검색

Bump version for release.

Dan Helfman 2 달 전
부모
커밋
0b4aff9277
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      NEWS
  2. 1 1
      pyproject.toml

+ 1 - 1
NEWS

@@ -1,4 +1,4 @@
-2.0.2.dev0
+2.0.2
  * #1035: Document potential performance issues and workarounds with the ZFS, Btrfs, and LVM hooks:
    https://torsion.org/borgmatic/docs/how-to/snapshot-your-filesystems/
  * #1053: Display a nicer error message when the "recreate" action encounters an archive that

+ 1 - 1
pyproject.toml

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