diff --git a/NEWS b/NEWS index 5c34bb8f..ff50e284 100644 --- a/NEWS +++ b/NEWS @@ -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, diff --git a/pyproject.toml b/pyproject.toml index 88a1d506..14c88071 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "borgmatic" -version = "2.1.3.dev0" +version = "2.1.3" authors = [ { name="Dan Helfman", email="witten@torsion.org" }, ]