Skip to content

Commit

Permalink
Pinned edx-celeryutil function (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
nasirhjafri authored Mar 3, 2020
1 parent c930b66 commit 596520c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion completion_aggregator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

from __future__ import absolute_import, unicode_literals

__version__ = '1.5.23'
__version__ = '1.5.25'

default_app_config = 'completion_aggregator.apps.CompletionAggregatorAppConfig' # pylint: disable=invalid-name
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def get_version(*file_paths):
"djangorestframework",
"XBlock>=1.2.2",
"celery>=3.1",
"edx-celeryutils>=0.1.5",
"edx-celeryutils>=0.1.5,<=0.3.1",
"edx-completion>=1.0.3,<2",
"edx-opaque-keys",
],
Expand Down

0 comments on commit 596520c

Please sign in to comment.