From 613f6c602c19095538dbde585c275e40e1fe036d Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Thu, 13 Apr 2023 15:12:19 -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 a39e84d28..080038825 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -1.7.12.dev0 +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: https://torsion.org/borgmatic/docs/how-to/add-preparation-and-cleanup-steps-to-backups/ diff --git a/setup.py b/setup.py index 4b870eb4a..92655fb9d 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -VERSION = '1.7.12.dev0' +VERSION = '1.7.12' setup(