From d85c1ee21686799ce7dc8a1ef92be74eec56e581 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sun, 29 Oct 2023 16:25:40 -0700 Subject: [PATCH] Correct changelog addition (#779). --- NEWS | 6 ++++-- setup.py | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index e9eb1c6b..8bb80ab6 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +1.8.5.dev0 + * #779: Add a "--match-archives" flag to the "check" action for selecting the archives to check, + overriding the existing "archive_name_format" and "match_archives" options in configuration. + 1.8.4 * #715: Add a monitoring hook for sending backup status to a variety of monitoring services via the Apprise library. See the documentation for more information: @@ -9,8 +13,6 @@ support empty sections without erroring. * #774: Disallow the "--dry-run" flag with the "borg" action, as borgmatic can't guarantee the Borg command won't have side effects. - * #779: Add a "--match-archives" flag to the "check" action for selecting the archives to check, - overriding the existing "archive_name_format" and "match_archives" options in configuration. 1.8.3 * #665: BREAKING: Simplify logging logic as follows: Syslog verbosity is now disabled by diff --git a/setup.py b/setup.py index 0816d439..8e5e0ee3 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -VERSION = '1.8.4' +VERSION = '1.8.5.dev0' setup(