From e850ab4bffc9c8eebd9a649799501dfdb75d9cc9 Mon Sep 17 00:00:00 2001 From: Henrrypg Date: Fri, 12 May 2023 15:07:53 +0000 Subject: [PATCH] chore(release): preparing 0.6.1 --- 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 27892189..97bf736b 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.6.0...HEAD) +## [Unreleased](https://github.com/eduNEXT/drydock/compare/v0.6.1...HEAD) Please do not update the unreleased notes. +## [v0.6.1](https://github.com/eduNEXT/drydock/compare/v0.6.0...v0.6.1) - 2023-05-12 + +### [0.6.1](https://github.com/eduNEXT/drydock/compare/v0.6.0...v0.6.1) (2023-05-12) + +### Bug Fixes + +- mysqldump faild due mysql version ([#41](https://github.com/eduNEXT/drydock/issues/41)) ([62d0839](https://github.com/eduNEXT/drydock/commit/62d083959e1abd8b49f8dd44c4af58c44c3f1a9c)) + ## [v0.6.0](https://github.com/eduNEXT/drydock/compare/v0.5.1...v0.6.0) - 2023-04-05 ### [0.6.0](https://github.com/eduNEXT/drydock/compare/v0.5.1...v0.6.0) (2023-04-05) diff --git a/setup.cfg b/setup.cfg index 11bc4f66..febb712a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.0 +current_version = 0.6.1 commit = False tag = False diff --git a/tutor_plugin/__about__.py b/tutor_plugin/__about__.py index 906d362f..43c4ab00 100644 --- a/tutor_plugin/__about__.py +++ b/tutor_plugin/__about__.py @@ -1 +1 @@ -__version__ = "0.6.0" +__version__ = "0.6.1"