From 71519497d2998c21d5f0c3cc7af7f6a65ea2c9a4 Mon Sep 17 00:00:00 2001 From: "Kenneth J. Pronovici" Date: Wed, 30 Dec 2020 20:07:16 -0600 Subject: [PATCH] Release 3.5.0 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 be3ab7c..c5db932 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -Version 3.5.0 unreleased +Version 3.5.0 30 Dec 2020 * Changes to support the Windows platform, for the first time since 3.0.1. * Minor tweaks to the codebase to make the PyCharm code inspector happy. diff --git a/pyproject.toml b/pyproject.toml index da5595d..df83be7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cedar-backup3" -version = "3.4.1" +version = "3.5.0" 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 a86dbd8..102049c 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-2020" -VERSION = "3.4.1" -DATE = "20 Dec 2020" +VERSION = "3.5.0" +DATE = "30 Dec 2020" URL = "https://github.com/pronovic/cedar-backup3"