Skip to content

Commit

Permalink
main. version 27.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikahanninen committed Nov 21, 2023
1 parent f8af1b4 commit 5f6e774
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 22 deletions.
9 changes: 6 additions & 3 deletions docs/source/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,18 @@ Latest versions
`Upcoming release <https://github.com/robocorp/rpaframework/projects/3#column-16713994>`_
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

`Released <https://pypi.org/project/rpaframework/#history>`_
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

27.7.0 - 21 Nov 2023
--------------------

- Update ``selenium`` package to the version **4.15.2**.
- Library **RPA.Crypto** (:pr:`1128`): Add `AES256` encryption method support.
- Library **RPA.Windows** (:pr:`1134`; ``rpaframework-windows`` **7.5.0**): Add keywords
``Enable Process Listing`` and ``Disable Process Listing`` to enable/disable the listing
of processes in the ``List Windows`` keyword.

`Released <https://pypi.org/project/rpaframework/#history>`_
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

27.6.0 - 15 Nov 2023
--------------------

Expand Down
30 changes: 15 additions & 15 deletions 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 = "27.6.0"
version = "27.7.0"
description = "A collection of tools and libraries for RPA"
authors = ["RPA Framework <[email protected]>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -36,9 +36,9 @@ packages = [
[tool.poetry.dependencies]
python = "^3.8.1"
docutils = "*"
rpaframework-core = "^11.2.3"
rpaframework-core = "^11.3.0"
rpaframework-pdf = "^7.3.0"
rpaframework-windows = { version = "^7.4.0", platform = "win32" }
rpaframework-windows = { version = "^7.5.0", platform = "win32" }
java-access-bridge-wrapper = "^1.1.0"
robocorp-storage = "^1.0.2"
jsonpath-ng = "^1.5.2"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rpaframework-aws = "^5.3.2"
rpaframework-google = "^8.0.0"
rpaframework-openai = "^1.3.0"
rpaframework-recognition = "^5.2.0"
rpaframework-windows = "^7.4.0"
rpaframework-windows = "^7.5.0"
robotframework = "^5.0.1"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 5f6e774

Please sign in to comment.