Update NEWS and AUTHORS for release.
This commit is contained in:
parent
95533d2b31
commit
bb18a9a3f2
3 changed files with 5 additions and 2 deletions
2
AUTHORS
2
AUTHORS
|
@ -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
|
||||
|
|
3
NEWS
3
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.
|
||||
|
|
2
setup.py
2
setup.py
|
@ -1,7 +1,7 @@
|
|||
from setuptools import setup, find_packages
|
||||
|
||||
|
||||
VERSION = '1.1.7.dev0'
|
||||
VERSION = '1.1.7'
|
||||
|
||||
|
||||
setup(
|
||||
|
|
Loading…
Reference in a new issue