From b6bdbb2a87e0524fed47428d779ffe8cdbc20185 Mon Sep 17 00:00:00 2001 From: Will Kahn-Greene Date: Sun, 19 May 2024 21:09:10 -0400 Subject: [PATCH] Prep for 2.0.0 release --- HISTORY.rst | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 4846579..660825e 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,7 +2,7 @@ HISTORY ======= -2.0.0 (In development) +2.0.0 (May 19th, 2024) ====================== Backwards incompatible changes: diff --git a/pyproject.toml b/pyproject.toml index 014053d..8e0429b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "kent" description = "Fake Sentry service for debugging and integration tests" -version = "1.2.0" +version = "2.0.0" readme = "README.rst" keywords = ["sentry", "integration service", "test"] authors = [{name = "Will Kahn-Greene"}]