From e1a17437e35a6c05b252bcde9e43584e645a29fc Mon Sep 17 00:00:00 2001 From: Bryann Valderrama Date: Tue, 18 Feb 2025 08:05:10 -0500 Subject: [PATCH] chore: add new entry in changelog and bump version --- CHANGELOG.rst | 9 +++++++++ openedx_filters/__init__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 18b48a7..a9d7aa3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -14,6 +14,15 @@ Change Log Unreleased ---------- +[2.0.1] - 2025-02-18 +-------------------- + +Changed +~~~~~~~ + +* Added linkcode Sphinx extension to the documentation. +* Added common_refs.rst file to reuse common references in the documentation. + [2.0.0] - 2025-02-17 --------------------- diff --git a/openedx_filters/__init__.py b/openedx_filters/__init__.py index 4d9c705..359927f 100644 --- a/openedx_filters/__init__.py +++ b/openedx_filters/__init__.py @@ -3,4 +3,4 @@ """ from openedx_filters.filters import * -__version__ = "2.0.0" +__version__ = "2.0.1"