From e1f6e5e629b93375bf82d64d2aba57afa9196340 Mon Sep 17 00:00:00 2001 From: OpenAdapt Bot Date: Fri, 28 Jul 2023 18:22:44 +0000 Subject: [PATCH] 0.6.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 15 +++++++++++++++ pyproject.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72c5db184..bb62bd440 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ +## v0.6.1 (2023-07-28) + +### Fix + +* fix: modify flake8 config (#429) + +* style: modify flake8 config + +* add platform check for macOS in pyobjc-framework-avfoundation version + +* remove file exclusion in .flake8 and add ignore comment in openadapt/strategies/__init__.py + +* resolve lint errors from recent merge ([`f03be2f`](https://github.com/OpenAdaptAI/OpenAdapt/commit/f03be2f9cf100b5bc8dfa34cf76fd60b6eef9f62)) + + ## v0.6.0 (2023-07-26) ### Feature diff --git a/pyproject.toml b/pyproject.toml index 6cb085c1d..95ebb4172 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openadapt" -version = "0.6.0" +version = "0.6.1" description = "GUI Process Automation with Transformers" authors = [ 'Mustafa Abdulrahman ',