From ed0835175d0e1852e86978053d2293ef4264e26a Mon Sep 17 00:00:00 2001
From: Alexander Pace <alexander.pace@ligo.org>
Date: Fri, 29 Sep 2023 10:58:21 -0500
Subject: [PATCH] gracedb-2.23.0

---
 config/settings/base.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/settings/base.py b/config/settings/base.py
index b664ffae3..2d90fe511 100644
--- a/config/settings/base.py
+++ b/config/settings/base.py
@@ -36,7 +36,7 @@ INFO_BANNER_MESSAGE = "TEST MESSAGE"
 BETA_REPORTS_LINK = False
 
 # Version ---------------------------------------------------------------------
-PROJECT_VERSION = '2.22.0-1'
+PROJECT_VERSION = '2.23.0'
 
 # Unauthenticated access ------------------------------------------------------
 # This variable should eventually control whether unauthenticated access is
-- 
GitLab