Bump version for release.

This commit is contained in:
Dan Helfman 2025-10-23 21:47:56 -07:00
commit 0777d40218
2 changed files with 2 additions and 2 deletions

2
NEWS
View file

@ -1,4 +1,4 @@
2.0.10.dev0
2.0.10
* #427: Expand the "borg_extra_options" option to support passing arbitrary Borg flags to every
Borg sub-command that borgmatic uses. As part of this, deprecate the "init" option under
"borg_extra_options" in favor of "repo_create".

View file

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