Skip to content

Commit

Permalink
windows. 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikahanninen committed Feb 9, 2025
1 parent 37e6d95 commit ca4b916
Show file tree
Hide file tree
Showing 4 changed files with 250 additions and 257 deletions.
2 changes: 1 addition & 1 deletion packages/main/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/main/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rpaframework"
version = "30.0.0-rc.1"
version = "30.0.0-rc.3"
description = "A collection of tools and libraries for RPA"
authors = ["RPA Framework <[email protected]>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -38,8 +38,8 @@ packages = [
python = "^3.9"
docutils = "^0.21.2"
rpaframework-core = "^12.0.1"
rpaframework-pdf = "^8.0.0rc1"
rpaframework-windows = { version = "^9.0.0rc1", platform = "win32" }
rpaframework-pdf = { version = "8.0.0rc1", allow-prereleases = true }
rpaframework-windows = { version = "9.0.0rc1", platform = "win32", allow-prereleases = true}
java-access-bridge-wrapper = "^1.1.0"
robocorp-storage = "^1.0.2"
jsonpath-ng = "^1.5.2"
Expand Down
Loading

0 comments on commit ca4b916

Please sign in to comment.