2
0
Эх сурвалжийг харах

Update NEWS and AUTHORS for release.

Dan Helfman 7 жил өмнө
parent
commit
f7dcbe40d4
3 өөрчлөгдсөн 5 нэмэгдсэн , 2 устгасан
  1. 2 0
      AUTHORS
  2. 2 1
      NEWS
  3. 1 1
      setup.py

+ 2 - 0
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

+ 2 - 1
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.

+ 1 - 1
setup.py

@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 
 
-VERSION = '1.1.7.dev0'
+VERSION = '1.1.7'
 
 
 setup(