From b035b8fb2743f59036826128dd8067ecbd83b7a6 Mon Sep 17 00:00:00 2001 From: hamzamunir7300 Date: Wed, 5 Dec 2018 13:52:56 +0500 Subject: [PATCH] Version Fix plus fixes for translations in api endpoints. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 841e98b8..c60ab1a9 100755 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ def load_requirements(*requirements_paths): setup( name='edx-notifications', - version='0.6.8', + version='0.6.9', description='Notification subsystem for Open edX', long_description=open('README.md').read(), author='edX',