diff --git a/NEWS b/NEWS index 8e880a01..6eaa4d13 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -1.1.14.dev0 +1.1.14 * #49: Fix for typo in --patterns-from option. * #47: Support for Borg --dry-run option via borgmatic command-line. diff --git a/setup.py b/setup.py index 37b61c6a..c7f3d76f 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages -VERSION = '1.1.14.dev0' +VERSION = '1.1.14' setup(