Browse Source

Bump version for release.

Dan Helfman 5 days ago
parent
commit
bddc82951e
3 changed files with 3 additions and 3 deletions
  1. 1 1
      NEWS
  2. 1 1
      docs/reference/configuration/patterns-and-excludes.md
  3. 1 1
      pyproject.toml

+ 1 - 1
NEWS

@@ -1,4 +1,4 @@
-2.0.11.dev0
+2.0.11
  * #957: Document borgmatic's limitations around parallelism—both its own and Borg's. See the
    documentation for more information:
    https://torsion.org/borgmatic/how-to/make-per-application-backups/#limitations

+ 1 - 1
docs/reference/configuration/patterns-and-excludes.md

@@ -142,7 +142,7 @@ resulting processed patterns to Borg.
 
 To see the combined patterns that borgmatic passes to Borg, run borgmatic with
 [`--verbosity 2`](https://torsion.org/borgmatic/reference/command-line/logging/)
-(and optionally `--dry-run`) and look for `Writing patterns to ...` in the
+(and optionally `--dry-run`) and look for "`Writing patterns to ...`" in the
 output. For instance:
 
 ```

+ 1 - 1
pyproject.toml

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