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(