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 5531a18 commit 8e64413Copy full SHA for 8e64413
CHANGELOG.rst
@@ -16,8 +16,18 @@ Unreleased
16
17
*
18
19
+
20
+[0.1.0] - 2020-09-22
21
+~~~~~~~~~~~~~~~~~~~~
22
23
+Added
24
+_____
25
26
+* caliper transformer backend
27
+* event routing backend
28
29
[0.1.0] - 2020-09-22
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
30
31
32
Added
33
_____
event_routing_backends/__init__.py
@@ -2,6 +2,6 @@
2
Various backends for receiving edX LMS events..
3
"""
4
5
-__version__ = '0.1.2'
+__version__ = '0.2.0'
6
7
default_app_config = 'event_routing_backends.apps.EventRoutingBackendsConfig' # pylint: disable=invalid-name
0 commit comments