From 1c6890492be0f754e6b8fba7f2552fd9a5519e0e Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 11 Oct 2021 17:02:32 -0700 Subject: [PATCH] Bump version for release. --- NEWS | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 7ff97870..1cf9e996 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +1.5.20 + * Re-release with correct version without dev0 tag. + 1.5.19 * #387: Fix error when configured source directories are not present on the filesystem at the time of backup. Now, Borg will complain, but the backup will still continue. diff --git a/setup.py b/setup.py index 42cdc8a3..0feb1e1a 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -VERSION = '1.5.19' +VERSION = '1.5.20' setup(