From bc064d72cae225fc9e917e5a301765ff9aee892d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 28 Nov 2023 04:27:55 +0000 Subject: [PATCH] chore(release): 1.1.6 [skip ci] ## [1.1.6](https://github.com/lpm0073/automatic-grader/compare/v1.1.5...v1.1.6) (2023-11-28) ### Bug Fixes * ensure that __version__.py construction matches that of dev ([af9aa7f](https://github.com/lpm0073/automatic-grader/commit/af9aa7faf5e6782cae0ec914dc820b2d0779fb11)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7894f3..4ef202b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.6](https://github.com/lpm0073/automatic-grader/compare/v1.1.5...v1.1.6) (2023-11-28) + + +### Bug Fixes + +* ensure that __version__.py construction matches that of dev ([af9aa7f](https://github.com/lpm0073/automatic-grader/commit/af9aa7faf5e6782cae0ec914dc820b2d0779fb11)) + ## [1.1.5](https://github.com/lpm0073/automatic-grader/compare/v1.1.4...v1.1.5) (2023-11-28)