From fd59776f91b87df92403d914cddfdddf7322429f Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Tue, 8 Jun 2021 11:44:53 -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 60fc55fc6..1eb54b428 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -1.5.14.dev0 +1.5.14 * #390: Add link to Hetzner storage offering from the documentation. * #398: Clarify canonical home of borgmatic in documentation. * #406: Clarify that spaces in path names should not be backslashed in path names. diff --git a/setup.py b/setup.py index c1e33b29f..722dfb94c 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -VERSION = '1.5.14.dev0' +VERSION = '1.5.14' setup(