From 96d4a8ee45c71109cb5091b445c2d72cf8525acf Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Fri, 14 Apr 2023 16:33:06 -0700 Subject: [PATCH] Add "borgmatic restore --schema" flag to NEWS (#375). --- NEWS | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 0800388..9743d77 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +1.7.13.dev0 + * #375: Restore particular PostgreSQL schemas from a database dump via "borgmatic restore --schema" + flag. + 1.7.12 * #413: Add "log_file" context to command hooks so your scripts can consume the borgmatic log file. See the documentation for more information: diff --git a/setup.py b/setup.py index 92655fb..f6fca3d 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -VERSION = '1.7.12' +VERSION = '1.7.13.dev0' setup(