diff --git a/NEWS b/NEWS index 21aec8a0..9308507a 100644 --- a/NEWS +++ b/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: diff --git a/setup.py b/setup.py index 283089a4..2665af85 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -VERSION = '1.7.13' +VERSION = '1.7.14.dev0' setup(