From 099fa70eebe3b9fd625f08d7a39c89f6b7f92561 Mon Sep 17 00:00:00 2001 From: Scott Bailey Date: Thu, 17 Oct 2024 18:03:13 -0400 Subject: [PATCH] Release 5.0.2 --- CHANGELOG.md | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 563e766a..c8c17af0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -v5.0.2 - Mmmm DD 2024 ---------------------- +v5.0.2 - October 17 2024 +------------------------ * [#539](https://github.com/godaddy/tartufo/pull/539) - Add support for python 3.13, and update dependencies to latest versions. diff --git a/pyproject.toml b/pyproject.toml index f649dfa1..5950979e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ maintainers = ["GoDaddy "] name = "tartufo" readme = "README.md" repository = "https://github.com/godaddy/tartufo/" -version = "5.0.1" +version = "5.0.2" [tool.poetry.scripts] tartufo = "tartufo.cli:main"