From f7dcbe40d439f9cb7b07314775d2cd79b4b3ed85 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sun, 3 Sep 2017 11:33:07 -0700 Subject: [PATCH] Update NEWS and AUTHORS for release. --- AUTHORS | 2 ++ NEWS | 3 ++- setup.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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(