Add archive check probing logic tweak to NEWS (#688).
This commit is contained in:
parent
e3425f48be
commit
833796d1c4
2 changed files with 4 additions and 1 deletions
3
NEWS
3
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:
|
||||
|
|
2
setup.py
2
setup.py
|
@ -1,6 +1,6 @@
|
|||
from setuptools import find_packages, setup
|
||||
|
||||
VERSION = '1.7.13'
|
||||
VERSION = '1.7.14.dev0'
|
||||
|
||||
|
||||
setup(
|
||||
|
|
Loading…
Reference in a new issue