From 8b8284f17b1d80ce6619f5eabd81e3816b405e6d Mon Sep 17 00:00:00 2001 From: Henrrypg Date: Fri, 14 Jul 2023 15:49:05 +0000 Subject: [PATCH] chore(release): preparing 0.7.2 --- CHANGELOG.md | 10 +++++++++- setup.cfg | 2 +- tutor_plugin/__about__.py | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6992d8cf..4a018a1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,19 @@ 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). -## [Unreleased](https://github.com/eduNEXT/drydock/compare/v0.7.1...HEAD) +## [Unreleased](https://github.com/eduNEXT/drydock/compare/v0.7.2...HEAD) Please do not update the unreleased notes. +## [v0.7.2](https://github.com/eduNEXT/drydock/compare/v0.7.1...v0.7.2) - 2023-07-14 + +### [0.7.2](https://github.com/eduNEXT/drydock/compare/v0.7.1...v0.7.2) (2023-07-14) + +### Bug Fixes + +- conditional error when tutor version is up to 15.0.0 ([#44](https://github.com/eduNEXT/drydock/issues/44)) ([8360e3f](https://github.com/eduNEXT/drydock/commit/8360e3f3a042e85431975ff61d003433cb8b5f24)) + ## [v0.7.1](https://github.com/eduNEXT/drydock/compare/v0.7.0...v0.7.1) - 2023-07-10 ### [0.7.1](https://github.com/eduNEXT/drydock/compare/v0.7.0...v0.7.1) (2023-07-10) diff --git a/setup.cfg b/setup.cfg index de099de1..28f724db 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.1 +current_version = 0.7.2 commit = False tag = False diff --git a/tutor_plugin/__about__.py b/tutor_plugin/__about__.py index a5f830a2..bc8c296f 100644 --- a/tutor_plugin/__about__.py +++ b/tutor_plugin/__about__.py @@ -1 +1 @@ -__version__ = "0.7.1" +__version__ = "0.7.2"