From 16bbb98c510c3c611fe11a20e962443584469803 Mon Sep 17 00:00:00 2001 From: Ian2012 Date: Tue, 29 Aug 2023 15:17:49 +0000 Subject: [PATCH] chore: preparing release 0.33.0 --- CHANGELOG.md | 8 ++++++++ setup.cfg | 2 +- tutoraspects/__about__.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa7af8325..d41d447bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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.33.0 - 2023-08-29 + +### [0.33.0](https://github.com/openedx/tutor-contrib-aspects/compare/v0.32.0...v0.33.0) (2023-08-29) + +#### Features + +- feat: include language code in translated asset name (FC-0033) ([f5b8c51](https://github.com/openedx/tutor-contrib-aspects/commit/f5b8c519483ef111dafef4e39c5e3d760997e7fd)) + ## v0.32.0 - 2023-08-29 ### [0.32.0](https://github.com/openedx/tutor-contrib-aspects/compare/v0.31.3...v0.32.0) (2023-08-29) diff --git a/setup.cfg b/setup.cfg index 7c2ca9573..d851fa1ac 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,4 @@ [bumpversion] -current_version = 0.32.0 +current_version = 0.33.0 commit = False tag = False diff --git a/tutoraspects/__about__.py b/tutoraspects/__about__.py index fa0e203eb..8ba2e8e6d 100644 --- a/tutoraspects/__about__.py +++ b/tutoraspects/__about__.py @@ -2,4 +2,4 @@ Expose some package metadata. """ -__version__ = "0.32.0" +__version__ = "0.33.0"