Skip to content

Commit

Permalink
main: 27.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cmin764 committed Sep 11, 2023
1 parent 93b3a76 commit d78d727
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 38 deletions.
11 changes: 9 additions & 2 deletions docs/source/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,15 @@ Latest versions
`Released <https://pypi.org/project/rpaframework/#history>`_
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

27.0.0-alpha - 07 Sep 2023
--------------------------
27.0.1 - 11 Sep 2023
--------------------

- Library **RPA.Robocorp.Storage**: Internal fix for the updated asset API upload URL
and ability to set the `RC_DISABLE_SSL` env var in order to disable SSL checks when
operating on assets.

27.0.0 - 07 Sep 2023
--------------------

- Enables system certificate store usage with ``truststore`` automatic injection.
Minimum versions for this to happen are Python **3.10.12** and ``pip`` **23.2.1**.
Expand Down
26 changes: 13 additions & 13 deletions packages/main/poetry.lock

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

4 changes: 2 additions & 2 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.0.0"
version = "27.0.1"
description = "A collection of tools and libraries for RPA"
authors = ["RPA Framework <[email protected]>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -40,7 +40,7 @@ rpaframework-core = "^11.1.1"
rpaframework-pdf = "^7.2.0"
rpaframework-windows = { version = "^7.4.0", platform = "win32" }
java-access-bridge-wrapper = "0.14.1"
robocorp-storage = "^0.4.0"
robocorp-storage = "^1.0.0"
jsonpath-ng = "^1.5.2"
robotframework = ">=4.0.0,!=4.0.1,!=6.1.0,<7.0.0"
robotframework-sapguilibrary = { version = "^1.1", platform = "win32" }
Expand Down
42 changes: 21 additions & 21 deletions poetry.lock

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

0 comments on commit d78d727

Please sign in to comment.