Bump version for release.

This commit is contained in:
Dan Helfman 2024-11-18 20:40:51 -08:00
parent d09b4c72a9
commit 4985b805b4
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@ -1,4 +1,4 @@
1.9.2.dev0
1.9.2
* #441: Apply the "umask" option to all relevant actions, not just some of them.
* #722: Remove the restriction that the "extract" and "mount" actions must match a single
repository. Now they work more like other actions, where each repository is applied in turn.

View File

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