From 163c37d77fa7f5974d6cd667f6b31734026c86f4 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Tue, 16 Apr 2024 10:43:35 -0700 Subject: [PATCH] Bump version for release. --- NEWS | 3 +-- setup.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index bc0f2c2..c883ecb 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -1.8.10.dev0 +1.8.10 * #656 (beta): Add a "spot" consistency check that compares file counts and contents between your source files and the latest archive, ensuring they fall within configured tolerances. This can catch problems like incorrect excludes, inadvertent deletes, files changed by malware, etc. See @@ -16,7 +16,6 @@ * Add documentation about backing up containerized databases by configuring borgmatic to exec into a container to run a dump command: https://torsion.org/borgmatic/docs/how-to/backup-your-databases/#containers - * 1.8.9 * #311: Add custom dump/restore command options for MySQL and MariaDB. diff --git a/setup.py b/setup.py index e9cfa6d..a896074 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -VERSION = '1.8.10.dev0' +VERSION = '1.8.10' setup(