From 781880cc38703961b6b45de87f63c64755a7a1ad Mon Sep 17 00:00:00 2001 From: Esha Mayuri <88688228+emayuri-godaddy@users.noreply.github.com> Date: Thu, 14 Mar 2024 14:25:10 -0700 Subject: [PATCH] Release v5.0.0 (#522) --- CHANGELOG.md | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a545a875..a1a1a9f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -vT.B.D - Month D 2023 ---------------------- +v5.0.0 - March 14 2024 +---------------------- * [#502](https://github.com/godaddy/tartufo/pull/502) - Drop support for python 3.7; this version reached end of support on 27 June 2023. diff --git a/pyproject.toml b/pyproject.toml index 1a596105..0102a542 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ maintainers = ["GoDaddy "] name = "tartufo" readme = "README.md" repository = "https://github.com/godaddy/tartufo/" -version = "4.1.0" +version = "5.0.0" [tool.poetry.scripts] tartufo = "tartufo.cli:main"