From f9ea45493d0a9ec0aa72af39d06a8e7845f162a2 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Tue, 11 Feb 2025 23:00:26 -0800 Subject: [PATCH] Add missing dev0 tag to version. --- NEWS | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 3f3e5b78..b2dace34 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -1.9.11 +1.9.11.dev0 * Add credential loading from file, KeePassXC, and Docker/Podman secrets. See the documentation for more information: https://torsion.org/borgmatic/docs/how-to/provide-your-passwords/ 1.9.10 diff --git a/pyproject.toml b/pyproject.toml index 61445bf0..d886f79c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "borgmatic" -version = "1.9.11" +version = "1.9.11.dev0" authors = [ { name="Dan Helfman", email="witten@torsion.org" }, ]