From 7f9f6ec2227da10bd0a863c43750f75c43854c08 Mon Sep 17 00:00:00 2001 From: Hunia Fatima Date: Wed, 6 Nov 2024 15:53:37 +0500 Subject: [PATCH] chore: bumped the version --- CHANGELOG.rst | 3 +++ learner_pathway_progress/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5eb4709..17260be 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -13,6 +13,9 @@ Change Log Unreleased ~~~~~~~~~~ +[1.4.0]- 2024-11-06 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +* Deprecated edx-sphinx-theme and replaced it with sphinx-book-theme [1.3.4]- 2023-06-16 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/learner_pathway_progress/__init__.py b/learner_pathway_progress/__init__.py index 517e0cd..130bf81 100644 --- a/learner_pathway_progress/__init__.py +++ b/learner_pathway_progress/__init__.py @@ -2,6 +2,6 @@ A plugin to track learners progress in pathways.. """ -__version__ = '1.3.4' +__version__ = '1.4.0' default_app_config = 'learner_pathway_progress.apps.LearnerPathwayProgressConfig' # pylint: disable=invalid-name