From ff8c98aa375aec475d76564dde595a773b287bb6 Mon Sep 17 00:00:00 2001 From: bmtcril Date: Fri, 13 Oct 2023 20:33:59 +0000 Subject: [PATCH] chore: preparing release 0.54.0 --- .ci/config.yml | 2 +- CHANGELOG.md | 22 ++++++++++++++++++++++ setup.cfg | 2 +- tutoraspects/__about__.py | 2 +- 4 files changed, 25 insertions(+), 3 deletions(-) diff --git a/.ci/config.yml b/.ci/config.yml index ffa08f1c9..767445fa6 100644 --- a/.ci/config.yml +++ b/.ci/config.yml @@ -92,6 +92,6 @@ SUPERSET_OAUTH2_CLIENT_SECRET: StkPwE5GzPuyH4Rp SUPERSET_ROW_LEVEL_SECURITY_XAPI_GROUP_KEY: xapi_course_id SUPERSET_SECRET_KEY: WlgA6QSQKCUNGD9PAaji0JHY SUPERSET_XAPI_DASHBOARD_SLUG: openedx-xapi -ASPECTS_VERSION: 0.53.1 +ASPECTS_VERSION: 0.54.0 DOCKER_IMAGE_OPENEDX: edunext/openedx-aspects:{{ASPECTS_VERSION}} DOCKER_IMAGE_OPENEDX_DEV: edunext/openedx-aspects-dev:{{ASPECTS_VERSION}} diff --git a/CHANGELOG.md b/CHANGELOG.md index 733e34580..0d61b7530 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v0.54.0 - 2023-10-13 + +### [0.54.0](https://github.com/openedx/tutor-contrib-aspects/compare/v0.53.0...v0.54.0) (2023-10-13) + +#### Features + +- add tutor patches for superset config ([b05a198](https://github.com/openedx/tutor-contrib-aspects/commit/b05a198dbd7b2503fec6a7bff7e0d9cdc5d641b6)) + +#### Bug Fixes + +- Remove Jinja from localized files ([6249248](https://github.com/openedx/tutor-contrib-aspects/commit/6249248ae1ce84483d5b2230eb543f486b30ced9)) + +#### Build Systems + +- Add free disk space to dev and local tests ([3d8eb9f](https://github.com/openedx/tutor-contrib-aspects/commit/3d8eb9f3970cd23623dd7ae79395d4d21da2d16c)) +- Update workflows for new translations ([43a967c](https://github.com/openedx/tutor-contrib-aspects/commit/43a967c1cb2d700302156790c9a3ff97a20d05a1)) + +#### Code Refactoring + +- Change where transifex input generates ([f2216b1](https://github.com/openedx/tutor-contrib-aspects/commit/f2216b105697b3ee5860d45fffe0a2d65f5176fc)) +- Move translations to the openedx Transifex project ([c12fdcf](https://github.com/openedx/tutor-contrib-aspects/commit/c12fdcf810980799583ab09ee0746ee9a1f291c5)) + ## v0.53.1 - 2023-10-13 ### [0.53.1](https://github.com/openedx/tutor-contrib-aspects/compare/v0.53.0...v0.53.1) (2023-10-13) diff --git a/setup.cfg b/setup.cfg index 9b9040ba0..9754f3065 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,4 @@ [bumpversion] -current_version = 0.53.1 +current_version = 0.54.0 commit = False tag = False diff --git a/tutoraspects/__about__.py b/tutoraspects/__about__.py index b0849f035..75289d2e9 100644 --- a/tutoraspects/__about__.py +++ b/tutoraspects/__about__.py @@ -2,4 +2,4 @@ Expose some package metadata. """ -__version__ = "0.53.1" +__version__ = "0.54.0"