From d929313d45cc859db5418a292f9d59ee02534ed3 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Fri, 24 Jun 2022 10:18:01 -0700 Subject: [PATCH] Bump version. --- NEWS | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index cb9ea938..7bbc24d6 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -1.6.4.dev0 +1.6.4 * #546, #382: Keep your repository passphrases and database passwords outside of borgmatic's configuration file with environment variable interpolation. See the documentation for more information: https://torsion.org/borgmatic/docs/how-to/provide-your-passwords/ diff --git a/setup.py b/setup.py index 95fb605b..dc585bac 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -VERSION = '1.6.4.dev0' +VERSION = '1.6.4' setup(