소스 검색

Add archive check probing logic tweak to NEWS (#688).

Dan Helfman 2 년 전
부모
커밋
833796d1c4
2개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 0
      NEWS
  2. 1 1
      setup.py

+ 3 - 0
NEWS

@@ -1,3 +1,6 @@
+1.7.14.dev0
+ * #688: Tweak archive check probing logic to use the newest timestamp found when multiple exist.
+
 1.7.13
  * #375: Restore particular PostgreSQL schemas from a database dump via "borgmatic restore --schema"
    flag. See the documentation for more information:

+ 1 - 1
setup.py

@@ -1,6 +1,6 @@
 from setuptools import find_packages, setup
 
-VERSION = '1.7.13'
+VERSION = '1.7.14.dev0'
 
 
 setup(