Skip to content

Commit

Permalink
main. version 28.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikahanninen committed Feb 22, 2024
1 parent 6f57dee commit 0592435
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions docs/source/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ Latest versions
`Upcoming release <https://github.com/robocorp/rpaframework/projects/3#column-16713994>`_
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


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

28.3.0 - 22 Feb 2024
--------------------

- Library **RPA.Excel.Application** (:pr:`1152`): Add keyword ``Write data to range`` for writing data to
range(s) in a spreadsheet. This will be significantly faster than using ``Write to cells`` keyword
for large data sets.
Expand All @@ -24,9 +31,6 @@ Latest versions
- Add keyword ``Get number of lines`` to get number of lines in a current document.
- Refactor keyword ``Write text`` to take cursor positioning into consideration.

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

28.2.0 - 02 Feb 2024
--------------------

Expand Down
2 changes: 1 addition & 1 deletion packages/main/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rpaframework"
version = "28.2.0"
version = "28.3.0"
description = "A collection of tools and libraries for RPA"
authors = ["RPA Framework <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 0592435

Please sign in to comment.