From 1197d6d0f6247ad0765824fe95d8523b3a014db8 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Thu, 29 Aug 2024 17:41:02 -0700 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 a55fd95e..3300e1fb 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -1.8.14.dev0 +1.8.14 * #896: Fix an error in borgmatic rcreate/init on an empty repository directory with Borg 1.4. * #898: Add glob ("*") support to the "--repository" flag. Just quote any values containing globs so your shell doesn't interpret them. diff --git a/setup.py b/setup.py index da133ece..4e4c13b3 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -VERSION = '1.8.14.dev0' +VERSION = '1.8.14' setup(