From 8d98a27634bfefc79e6623854bd604c7bfad2273 Mon Sep 17 00:00:00 2001 From: Ian2012 Date: Fri, 25 Aug 2023 12:42:52 +0000 Subject: [PATCH] chore: preparing release 0.30.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 7c467b00e..6c0459598 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.30.0 - 2023-08-25 + +### [0.30.0](https://github.com/openedx/tutor-contrib-aspects/compare/v0.29.0...v0.30.0) (2023-08-25) + +#### Features + +- defining student rol ([e678c51](https://github.com/openedx/tutor-contrib-aspects/commit/e678c51a649c7f06bfc4b225491935272b8d225d)) + ## v0.29.0 - 2023-08-24 ### [0.29.0](https://github.com/openedx/tutor-contrib-aspects/compare/v0.28.1...v0.29.0) (2023-08-24) diff --git a/setup.cfg b/setup.cfg index 9bce1e526..fd48fd7c7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,4 @@ [bumpversion] -current_version = 0.29.0 +current_version = 0.30.0 commit = False tag = False diff --git a/tutoraspects/__about__.py b/tutoraspects/__about__.py index 3c9b96362..b94a6d07b 100644 --- a/tutoraspects/__about__.py +++ b/tutoraspects/__about__.py @@ -2,4 +2,4 @@ Expose some package metadata. """ -__version__ = "0.29.0" +__version__ = "0.30.0"