diff --git a/NEWS b/NEWS index 7be76e36..ae3b6324 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -1.1.10.dev0 +1.1.10 * Pass several Unix signals through to child processes like Borg. This means that Borg now properly shuts down if borgmatic is terminated (e.g. due to a system suspend). * #29: Support for using tilde in repository paths to reference home directory. diff --git a/setup.py b/setup.py index 1cfb11e8..d99c9c62 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages -VERSION = '1.1.10.dev0' +VERSION = '1.1.10' setup(