From b868a71ec7f1bddb771b68c55802b44715c041c0 Mon Sep 17 00:00:00 2001 From: "Kenneth J. Pronovici" Date: Mon, 24 Oct 2022 08:03:46 +0000 Subject: [PATCH] Release v3.6.7 to PyPI --- Changelog | 2 +- pyproject.toml | 2 +- src/CedarBackup3/release.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Changelog b/Changelog index c0eb9ec..b6cee36 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -Version 3.6.7 unreleased +Version 3.6.7 24 Oct 2022 * Refactor the run script and pre-commit hooks to reduce duplication. * Rework the GitHub Actions build process to pull out shared code. diff --git a/pyproject.toml b/pyproject.toml index a7e7d88..30edc7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cedar-backup3" -version = "3.6.6" +version = "3.6.7" description = "Implements local and remote backups to CD/DVD and Amazon S3" keywords = [ 'local', 'remote', 'backup', 'scp' ] authors = ["Kenneth J. Pronovici "] diff --git a/src/CedarBackup3/release.py b/src/CedarBackup3/release.py index b4e6402..4963bc5 100644 --- a/src/CedarBackup3/release.py +++ b/src/CedarBackup3/release.py @@ -35,6 +35,6 @@ AUTHOR = "Kenneth J. Pronovici" EMAIL = "pronovic@ieee.org" COPYRIGHT = "2004-2022" -VERSION = "3.6.6" -DATE = "05 Sep 2022" +VERSION = "3.6.7" +DATE = "24 Oct 2022" URL = "https://github.com/pronovic/cedar-backup3"