From 8dce4e9c462c1494f6c67d805c838defdc9dec71 Mon Sep 17 00:00:00 2001 From: bmtcril Date: Thu, 17 Aug 2023 20:46:26 +0000 Subject: [PATCH] chore: preparing release 0.28.0 --- CHANGELOG.md | 12 ++++++++++++ setup.cfg | 2 +- tutoraspects/__about__.py | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4dbac0a..32766156 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.28.0 - 2023-08-17 + +### [0.28.0](https://github.com/openedx/tutor-contrib-aspects/compare/v0.27.0...v0.28.0) (2023-08-17) + +#### Features + +- create component-specific tabs ([f42e24d](https://github.com/openedx/tutor-contrib-aspects/commit/f42e24d595ec3b4b98adcd7ac3eb465451c40879)) + +#### Tests + +- load images built in kind ([ae4d4e7](https://github.com/openedx/tutor-contrib-aspects/commit/ae4d4e7efacf2cade57dece732dd2a40018b679e)) + ## v0.27.0 - 2023-08-16 ### [0.27.0](https://github.com/openedx/tutor-contrib-aspects/compare/v0.26.1...v0.27.0) (2023-08-16) diff --git a/setup.cfg b/setup.cfg index d009a288..1764d231 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,4 @@ [bumpversion] -current_version = 0.27.0 +current_version = 0.28.0 commit = False tag = False diff --git a/tutoraspects/__about__.py b/tutoraspects/__about__.py index 5089f515..e3639d96 100644 --- a/tutoraspects/__about__.py +++ b/tutoraspects/__about__.py @@ -2,4 +2,4 @@ Expose some package metadata. """ -__version__ = "0.27.0" +__version__ = "0.28.0"