diff --git a/AUTHORS b/AUTHORS index 95d2df819..bd99af8ca 100644 --- a/AUTHORS +++ b/AUTHORS @@ -2,4 +2,6 @@ Dan Helfman : Main developer Alexander Görtz: Python 3 compatibility Henning Schroeder: Copy editing +Michele Lazzeri: Custom archive names Robin `ypid` Schneider: Support additional options of Borg +Scott Squires: Custom archive names diff --git a/NEWS b/NEWS index 2e5abe7e4..04a3d5a77 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,6 @@ -1.1.7.dev0 +1.1.7 + * #28: Add "archive_name_format" to configuration for customizing archive names. * Fix for traceback when "exclude_from" value is empty in configuration file. * When pruning, make highest verbosity level list archives kept and pruned. * Clarification of Python 3 pip usage in documentation. diff --git a/setup.py b/setup.py index f70e334ae..bd939266c 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages -VERSION = '1.1.7.dev0' +VERSION = '1.1.7' setup(