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(