Update NEWS and AUTHORS for release.

This commit is contained in:
Dan Helfman
2017-09-03 11:33:07 -07:00
parent 867d3fceb0
commit f7dcbe40d4
3 changed files with 5 additions and 2 deletions
+2
View File
@@ -2,4 +2,6 @@ Dan Helfman <witten@torsion.org>: 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
+2 -1
View File
@@ -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.
+1 -1
View File
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
VERSION = '1.1.7.dev0'
VERSION = '1.1.7'
setup(