diff --git a/NEWS b/NEWS index bdad672c..dd947f6b 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -1.2.15.dev0 +1.2.15 * #127: Remove date echo from schema example, as it's not a substitute for real logging. * #132: Leave exclude_patterns glob expansion to Borg, since doing it in borgmatic leads to confusing behavior. diff --git a/setup.py b/setup.py index 6490636a..777ed72f 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages -VERSION = '1.2.15.dev0' +VERSION = '1.2.15' setup(