From e04050c75a3a7199f774a5b6f5bbefc07825ebe0 Mon Sep 17 00:00:00 2001 From: Cristhian Garcia Date: Wed, 16 Oct 2024 08:29:58 -0500 Subject: [PATCH] chore: bump version to v9.3.2 (#463) * chore: bump version to v9.3.2 * chore: bump version --- CHANGELOG.rst | 4 ++++ event_routing_backends/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6396377c..0ecfc44b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -11,6 +11,10 @@ Change Log .. There should always be an "Unreleased" section for changes pending release. +[9.3.2] + +* Fixes issues with gzip files and duplicated events + [9.3.0] * Support use of ERB for transforming non-openedx events diff --git a/event_routing_backends/__init__.py b/event_routing_backends/__init__.py index 3fd57025..7635a625 100644 --- a/event_routing_backends/__init__.py +++ b/event_routing_backends/__init__.py @@ -2,4 +2,4 @@ Various backends for receiving edX LMS events.. """ -__version__ = '9.3.1' +__version__ = '9.3.2'