From 03a8710f6a3444ddc873995b4151b9dfeef1d378 Mon Sep 17 00:00:00 2001 From: Cristhian Garcia Date: Wed, 4 Oct 2023 13:47:38 -0500 Subject: [PATCH] chore: bump version to 8.9.0 (#275) --- openedx_events/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openedx_events/__init__.py b/openedx_events/__init__.py index ce209e12..0fbd87f2 100644 --- a/openedx_events/__init__.py +++ b/openedx_events/__init__.py @@ -5,4 +5,4 @@ more information about the project. """ -__version__ = "8.8.0" +__version__ = "8.9.0"