Browse Source

Bump version for release.

Dan Helfman 1 month ago
parent
commit
2a5e202daf
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.9.dev0
+2.0.9
  * #1105: More accurately collect Btrfs subvolumes to snapshot. As part of this, the Btrfs hook no
    longer uses "findmnt" and the "findmnt_command" option is deprecated.
  * #1123: Add loading of systemd credentials even when running borgmatic outside of a systemd

+ 1 - 1
pyproject.toml

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