From 94cd5e89321e408921bbdd0b78bacb0622d525a5 Mon Sep 17 00:00:00 2001 From: Ian2012 Date: Thu, 3 Aug 2023 18:47:29 +0000 Subject: [PATCH] chore: preparing release 0.23.0 --- CHANGELOG.md | 14 ++++++++++++++ setup.cfg | 2 +- tutoraspects/__about__.py | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83a3b702..8203eaf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ 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.23.0 - 2023-08-03 + +### [0.23.0](https://github.com/openedx/tutor-contrib-aspects/compare/v0.22.0...v0.23.0) (2023-08-03) + +#### Features + +- include current day in instructor dashboard ([19b7b47](https://github.com/openedx/tutor-contrib-aspects/commit/19b7b472dad2dc09c3f1900a3fc25055b92e879c)), closes [#246](https://github.com/openedx/tutor-contrib-aspects/issues/246) + +#### Bug Fixes + +- allow to translate dashboard headers ([12bc030](https://github.com/openedx/tutor-contrib-aspects/commit/12bc03018d1e82621562f531027e92c6ba8f313a)) +- remove extra parens from org filters ([dfef41c](https://github.com/openedx/tutor-contrib-aspects/commit/dfef41cbe6020b444a4701303c7e1c2d9b55927c)), closes [#258](https://github.com/openedx/tutor-contrib-aspects/issues/258) +- upgrade event-routing-backends to 5.5.4 ([454063c](https://github.com/openedx/tutor-contrib-aspects/commit/454063c226860f7477d24020b38e27b0b811bbc8)) + ## v0.22.0 - 2023-08-02 ### [0.22.0](https://github.com/openedx/tutor-contrib-aspects/compare/v0.21.0...v0.22.0) (2023-08-02) diff --git a/setup.cfg b/setup.cfg index 3961b76c..08930de7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,4 @@ [bumpversion] -current_version = 0.22.0 +current_version = 0.23.0 commit = False tag = False diff --git a/tutoraspects/__about__.py b/tutoraspects/__about__.py index e3726b95..9413b0ec 100644 --- a/tutoraspects/__about__.py +++ b/tutoraspects/__about__.py @@ -2,4 +2,4 @@ Expose some package metadata. """ -__version__ = "0.22.0" +__version__ = "0.23.0"