From c94e853140107f16a35f55c49469807d8941ff69 Mon Sep 17 00:00:00 2001 From: bmtcril Date: Wed, 1 Nov 2023 17:33:49 +0000 Subject: [PATCH] chore: preparing release 0.61.0 --- .ci/config.yml | 2 +- CHANGELOG.md | 16 ++++++++++++++++ setup.cfg | 2 +- tutoraspects/__about__.py | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.ci/config.yml b/.ci/config.yml index ecf73a1c8..d3bbd582f 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.60.0 +ASPECTS_VERSION: 0.61.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 219e44728..d1ba0f94c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,22 @@ 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.61.0 - 2023-11-01 + +### [0.61.0](https://github.com/openedx/tutor-contrib-aspects/compare/v0.60.0...v0.61.0) (2023-11-01) + +#### Features + +- load default assets from image instead of a larger assets file ([5fc6de2](https://github.com/openedx/tutor-contrib-aspects/commit/5fc6de2a4746b547e079a12ffa40005dfad6997f)) + +#### Bug Fixes + +- address suggestions ([532c9d5](https://github.com/openedx/tutor-contrib-aspects/commit/532c9d583d0af80967b3724ecf6eda06d21c4451)) + +#### Documentation + +- add rebuild step to docs ([62939d4](https://github.com/openedx/tutor-contrib-aspects/commit/62939d4db417e2f0b4917be3ca5a855a978e4bc7)) + ## v0.60.0 - 2023-11-01 ### [0.60.0](https://github.com/openedx/tutor-contrib-aspects/compare/v0.59.0...v0.60.0) (2023-11-01) diff --git a/setup.cfg b/setup.cfg index 0adde3225..fa9acb95c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,4 @@ [bumpversion] -current_version = 0.60.0 +current_version = 0.61.0 commit = False tag = False diff --git a/tutoraspects/__about__.py b/tutoraspects/__about__.py index 9e72109f8..6cd72edd7 100644 --- a/tutoraspects/__about__.py +++ b/tutoraspects/__about__.py @@ -2,4 +2,4 @@ Expose some package metadata. """ -__version__ = "0.60.0" +__version__ = "0.61.0"