Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
Bump version.
  • Loading branch information
ericfab179 committed Jul 10, 2020
1 parent e67991c commit d2344e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions recommender/recommender.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,13 @@ def emit(param1, param2):
""" In workbench, do nothing for event emission """
pass


def load(path):
"""Handy helper for getting resources from our kit."""
data = pkg_resources.resource_string(__name__, path)
return data.decode("utf8")


def stem_url(url):
"""
Get the base form of url.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def package_data(pkg, root_list):

setup(
name='recommender-xblock',
version='1.4.8',
version='1.4.9',
description='recommender XBlock', # TODO: write a better description.
long_description=README,
author='edX',
Expand Down

0 comments on commit d2344e9

Please sign in to comment.