From 79b094d035d34844012347982b6c8aa5c2e070c8 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Tue, 16 May 2023 09:59:09 -0700 Subject: [PATCH] Bump version for release. --- NEWS | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index bcfe22b2..21aec8a0 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -1.7.13.dev0 +1.7.13 * #375: Restore particular PostgreSQL schemas from a database dump via "borgmatic restore --schema" flag. See the documentation for more information: https://torsion.org/borgmatic/docs/how-to/backup-your-databases/#restore-particular-schemas diff --git a/setup.py b/setup.py index ce6b78e5..283089a4 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -VERSION = '1.7.13.dev0' +VERSION = '1.7.13' setup(