From 23feac2f4c337a0a06805e4e23186905564b889f Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Tue, 19 Jul 2022 20:32:41 -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 d8b12db98..0b37437b3 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -1.6.6.dev0 +1.6.6 * #559: Update documentation about configuring multiple consistency checks or multiple databases. * #560: Fix all database hooks to error when the requested database to restore isn't present in the Borg archive. diff --git a/setup.py b/setup.py index 9cf64a16b..e084f4438 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -VERSION = '1.6.6.dev0' +VERSION = '1.6.6' setup(