Browse Source

Bump version for release.

Dan Helfman 1 month ago
parent
commit
0b4aff9277
2 changed files with 2 additions and 2 deletions
  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" },
 ]