Skip to content

Commit

Permalink
Release v3.6.7 to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
pronovic committed Oct 24, 2022
1 parent da48b94 commit b868a71
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Changelog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
Expand Down
4 changes: 2 additions & 2 deletions src/CedarBackup3/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
AUTHOR = "Kenneth J. Pronovici"
EMAIL = "[email protected]"
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"

0 comments on commit b868a71

Please sign in to comment.