From cf52cfbe92db5492075284b05d5a09946f14e8bb Mon Sep 17 00:00:00 2001 From: ayub02 <40331925+ayub02@users.noreply.github.com> Date: Fri, 29 Oct 2021 12:04:41 +0500 Subject: [PATCH] chore: upgrade version to 5.0.0 (#160) Co-authored-by: Aamir Ayub --- event_routing_backends/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/event_routing_backends/__init__.py b/event_routing_backends/__init__.py index 2f18edc0..1cb2bc21 100644 --- a/event_routing_backends/__init__.py +++ b/event_routing_backends/__init__.py @@ -2,6 +2,6 @@ Various backends for receiving edX LMS events.. """ -__version__ = '4.1.1' +__version__ = '5.0.0' default_app_config = 'event_routing_backends.apps.EventRoutingBackendsConfig' # pylint: disable=invalid-name