From 36abc7256c9776636a2750911561aa0867009182 Mon Sep 17 00:00:00 2001 From: Diana Huang Date: Fri, 19 Apr 2024 10:30:35 -0400 Subject: [PATCH] feat: Add translatable-xblocks to code owners. --- CHANGELOG.rst | 7 +++++++ edx_arch_experiments/__init__.py | 2 +- .../scripts/generate_code_owner_mappings.py | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a4ec56b..3429ebb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -14,6 +14,13 @@ Change Log Unreleased ~~~~~~~~~~ +[3.3.2] - 2024-04-19 +~~~~~~~~~~~~~~~~~~~~ +Changed +------- +* Added ``translatable-xblocks`` to the generate_code_owners script. + + [3.3.1] - 2024-02-26 ~~~~~~~~~~~~~~~~~~~~ Added diff --git a/edx_arch_experiments/__init__.py b/edx_arch_experiments/__init__.py index caa53b3..bdea0fa 100644 --- a/edx_arch_experiments/__init__.py +++ b/edx_arch_experiments/__init__.py @@ -2,4 +2,4 @@ A plugin to include applications under development by the architecture team at 2U. """ -__version__ = '3.3.1' +__version__ = '3.3.2' diff --git a/edx_arch_experiments/scripts/generate_code_owner_mappings.py b/edx_arch_experiments/scripts/generate_code_owner_mappings.py index d0b45a6..9699d66 100644 --- a/edx_arch_experiments/scripts/generate_code_owner_mappings.py +++ b/edx_arch_experiments/scripts/generate_code_owner_mappings.py @@ -49,6 +49,7 @@ 'organizations': 'https://github.com/openedx/edx-organizations', 'search': 'https://github.com/openedx/edx-search', 'super_csv': 'https://github.com/openedx/super-csv', + 'translatable_xblocks': 'https://github.com/edx/translatable-xblocks', 'wiki': 'https://github.com/openedx/django-wiki', }