Bump version for release.

This commit is contained in:
Dan Helfman
2026-03-06 10:19:42 -08:00
parent ec25a40ddc
commit d2903640a8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
2.1.3.dev0
2.1.3
* #1175: Add a "files_changed" option for customizing Borg's file modification detection.
* #1175: Add a "msgpack_version_check" option to prevent Borg from validating msgpack's version.
* #1218: Add a "config show" action to display computed borgmatic configuration as YAML or JSON,
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "borgmatic"
version = "2.1.3.dev0"
version = "2.1.3"
authors = [
{ name="Dan Helfman", email="witten@torsion.org" },
]