From 27bc26f21b62da9dfff396036417305289f0a15a Mon Sep 17 00:00:00 2001 From: bmtcril Date: Thu, 7 Sep 2023 20:42:07 +0000 Subject: [PATCH] chore: preparing release 0.38.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 c40e403ad..84423a800 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.38.0 - 2023-09-07 + +### [0.38.0](https://github.com/openedx/tutor-contrib-aspects/compare/v0.37.0...v0.38.0) (2023-09-07) + +#### Features + +- Upgrade ClickHouse to 23.8 LTS ([44ccd13](https://github.com/openedx/tutor-contrib-aspects/commit/44ccd1304653eae7ba6b0252cb6475a4e55f5376)) + +#### Bug Fixes + +- update course run filter to correct column name ([a2068cf](https://github.com/openedx/tutor-contrib-aspects/commit/a2068cfc7dfa3ae2f230b34e34e7f0a62b522de5)) + ## v0.37.0 - 2023-09-07 ### [0.37.0](https://github.com/openedx/tutor-contrib-aspects/compare/v0.36.0...v0.37.0) (2023-09-07) diff --git a/setup.cfg b/setup.cfg index c41aa9164..4b8f3639f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,4 @@ [bumpversion] -current_version = 0.37.0 +current_version = 0.38.0 commit = False tag = False diff --git a/tutoraspects/__about__.py b/tutoraspects/__about__.py index f19bfcd65..b13c7b966 100644 --- a/tutoraspects/__about__.py +++ b/tutoraspects/__about__.py @@ -2,4 +2,4 @@ Expose some package metadata. """ -__version__ = "0.37.0" +__version__ = "0.38.0"