From dfb2fdbba0f1e4cf8bcf955fcefef2503188ad29 Mon Sep 17 00:00:00 2001 From: Cristhian Garcia Date: Wed, 4 Oct 2023 13:42:10 -0500 Subject: [PATCH] chore: bump version to 8.9.0 --- 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"