소스 검색

Update NEWS and AUTHORS for release.

Dan Helfman 7 년 전
부모
커밋
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(