Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #11 from edx-solutions/ziafazal/ginkgo-fixes
Browse files Browse the repository at this point in the history
Ziafazal/ginkgo fixes
  • Loading branch information
ihtram committed May 10, 2018
2 parents b3b9a4a + f616903 commit 4625e5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions course_metadata/tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class CoursesMetaDataTests(ModuleStoreTestCase):
""" Test suite for Course Meta Data """

MODULESTORE = TEST_DATA_SPLIT_MODULESTORE
ENABLED_SIGNALS = ['course_published']

def setUp(self):
super(CoursesMetaDataTests, self).setUp()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='course-edx-platform-extensions',
version='1.0.8',
version='1.0.9',
description='Course metadata management extension for edX platform',
long_description=open('README.rst').read(),
author='edX',
Expand Down

0 comments on commit 4625e5c

Please sign in to comment.