From a129b04900b5ec8c778c0ac3475a8069c7867ea2 Mon Sep 17 00:00:00 2001 From: bmtcril Date: Wed, 12 Jul 2023 17:53:58 +0000 Subject: [PATCH] chore: preparing release 0.14.1 --- 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 07aa21718..354a7bbc6 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.14.1 - 2023-07-12 + +### [0.14.1](https://github.com/openedx/tutor-contrib-aspects/compare/v0.14.0...v0.14.1) (2023-07-12) + +### Bug Fixes + +- SQL error in video segments chart ([3a62f7e](https://github.com/openedx/tutor-contrib-aspects/commit/3a62f7ee17b87235256825efc35f6ba886391d53)) + +### Build Systems + +- build docker images on release created ([dce132f](https://github.com/openedx/tutor-contrib-aspects/commit/dce132f32c4cda87be742f1746bae245562b0047)) + ## v0.14.0 - 2023-07-10 ### [0.14.0](https://github.com/openedx/tutor-contrib-aspects/compare/v0.13.0...v0.14.0) (2023-07-10) diff --git a/setup.cfg b/setup.cfg index 6446b0eb7..7e2a970e3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,4 @@ [bumpversion] -current_version = 0.14.0 +current_version = 0.14.1 commit = False tag = False diff --git a/tutoraspects/__about__.py b/tutoraspects/__about__.py index 5fe0f55a6..8cbda6d12 100644 --- a/tutoraspects/__about__.py +++ b/tutoraspects/__about__.py @@ -2,4 +2,4 @@ Expose some package metadata. """ -__version__ = "0.14.0" +__version__ = "0.14.1"