From fdb353d3581fcea521d6fc2a0d505fac8a432253 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sun, 19 Nov 2023 21:14:56 -0800 Subject: [PATCH] Bump version for release. --- NEWS | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 3e9ad434..03f78bc4 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -1.8.5.dev0 +1.8.5 * #701: Add a "skip_actions" option to skip running particular actions, handy for append-only or checkless configurations. See the documentation for more information: https://torsion.org/borgmatic/docs/how-to/set-up-backups/#skipping-actions diff --git a/setup.py b/setup.py index c9778658..e7893a8d 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -VERSION = '1.8.5.dev0' +VERSION = '1.8.5' setup(