From dbe82ff11e02da8121cbf1dc639fb55bed912ae2 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 3 Mar 2025 10:21:15 -0800 Subject: [PATCH] Bump version for release. --- NEWS | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index c9249dff..25fdc460 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -1.9.13.dev0 +1.9.13 * #975: Add a "compression" option to the PostgreSQL database hook. * #1001: Fix a ZFS error during snapshot cleanup. * #1003: In the Zabbix monitoring hook, support Zabbix 7.2's authentication changes. diff --git a/pyproject.toml b/pyproject.toml index 42c64dc2..54031a9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "borgmatic" -version = "1.9.13.dev0" +version = "1.9.13" authors = [ { name="Dan Helfman", email="witten@torsion.org" }, ]