Skip to content

Commit 8e64413

Browse files
authored
Updating version (#12)
* Updating version
1 parent 5531a18 commit 8e64413

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,18 @@ Unreleased
1616

1717
*
1818

19+
20+
[0.1.0] - 2020-09-22
21+
~~~~~~~~~~~~~~~~~~~~
22+
23+
Added
24+
_____
25+
26+
* caliper transformer backend
27+
* event routing backend
28+
1929
[0.1.0] - 2020-09-22
20-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
30+
~~~~~~~~~~~~~~~~~~~~
2131

2232
Added
2333
_____

event_routing_backends/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
Various backends for receiving edX LMS events..
33
"""
44

5-
__version__ = '0.1.2'
5+
__version__ = '0.2.0'
66

77
default_app_config = 'event_routing_backends.apps.EventRoutingBackendsConfig' # pylint: disable=invalid-name

0 commit comments

Comments
 (0)