From 295a67469b086890edf338b73d996feb1384a440 Mon Sep 17 00:00:00 2001 From: bmtcril Date: Wed, 11 Oct 2023 16:23:43 +0000 Subject: [PATCH] chore: preparing release 0.53.0 --- .ci/config.yml | 2 +- CHANGELOG.md | 12 ++++++++++++ setup.cfg | 2 +- tutoraspects/__about__.py | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.ci/config.yml b/.ci/config.yml index 9bf52cad3..b0362cf87 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.52.2 +ASPECTS_VERSION: 0.53.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 74026f57d..fd9a4a6f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ 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.53.0 - 2023-10-11 + +### [0.53.0](https://github.com/openedx/tutor-contrib-aspects/compare/v0.52.2...v0.53.0) (2023-10-11) + +#### Features + +- add forum interaction tab ([e923a30](https://github.com/openedx/tutor-contrib-aspects/commit/e923a304c652843f137d3e7d1887da6f09bdf00d)) + +#### Code Refactoring + +- remove unnecessary query_context from forum charts ([48cd3da](https://github.com/openedx/tutor-contrib-aspects/commit/48cd3dae28d5765da235c4a035d5971636d3cdfb)) + ## v0.52.2 - 2023-10-11 ### [0.52.2](https://github.com/openedx/tutor-contrib-aspects/compare/v0.52.1...v0.52.2) (2023-10-11) diff --git a/setup.cfg b/setup.cfg index cc0b43049..9638c83da 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,4 @@ [bumpversion] -current_version = 0.52.2 +current_version = 0.53.0 commit = False tag = False diff --git a/tutoraspects/__about__.py b/tutoraspects/__about__.py index 477574375..e69c828dc 100644 --- a/tutoraspects/__about__.py +++ b/tutoraspects/__about__.py @@ -2,4 +2,4 @@ Expose some package metadata. """ -__version__ = "0.52.2" +__version__ = "0.53.0"