We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e776ed8 commit 1476966Copy full SHA for 1476966
CHANGELOG.md
@@ -2,6 +2,17 @@
2
3
4
5
+## v0.39.3 (2024-08-07)
6
+
7
+### Fix
8
9
+* fix: remove duplicate import (#870) ([`e776ed8`](https://github.com/OpenAdaptAI/OpenAdapt/commit/e776ed88dddd1eeaf773bd2dca5a0aea27da46ce))
10
11
+* fix: only import window if necessary (#869)
12
13
+Only import window if necessary ([`efc941d`](https://github.com/OpenAdaptAI/OpenAdapt/commit/efc941d34a4cabc7178112d5ca707fb6b956af52))
14
15
16
## v0.39.2 (2024-08-06)
17
18
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "openadapt"
-version = "0.39.2"
+version = "0.39.3"
description = "GUI Process Automation with Transformers"
authors = [
'OpenAdapt.AI Team <[email protected]>',
0 commit comments