We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33d9651 commit e04050cCopy full SHA for e04050c
CHANGELOG.rst
@@ -11,6 +11,10 @@ Change Log
11
12
.. There should always be an "Unreleased" section for changes pending release.
13
14
+[9.3.2]
15
+
16
+* Fixes issues with gzip files and duplicated events
17
18
[9.3.0]
19
20
* Support use of ERB for transforming non-openedx events
event_routing_backends/__init__.py
@@ -2,4 +2,4 @@
2
Various backends for receiving edX LMS events..
3
"""
4
5
-__version__ = '9.3.1'
+__version__ = '9.3.2'
0 commit comments