Skip to content

Commit

Permalink
DOCS: bump 2.0.0rc4 and prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
yashaka committed Aug 2, 2023
1 parent 0e6e699 commit 6745530
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ TODOs:
- take into account that `.matching(match.*)` is yet less readable
compared to `matching(have.*)` or `matching(be.*)`

## 2.0.0rc? (to be released on ??.??.2023)
## 2.0.0rc?+1 (to be released on ??.??.2023)

TODOs:

Expand All @@ -91,15 +91,19 @@ TODOs:
- maybe make browser.switch ... to work with retry logic
or make separate command.switch...

## 2.0.0rc3 (to be released on 13.04.2023)
## 2.0.0rc? (to be released on 13.04.2023)

- set window size inside driver factory
- add safari support (trim space on text in case of safari)
- example of basic auth and auth via cookies (https://github.com/autotests-cloud/example_project/blob/master/src/test/java/cloud/autotests/tests/demowebshop/LoginTests.java)
- can we force order of how `selene.*` is rendered on autocomplete? via `__all__`...
- deprecate `have.js_returned` in favour of `have.script_returned`

## 2.0.0rc3post2 (to be released on 29.07.2023)
## 2.0.0rc4 (released on 29.07.2023)

Unfreeze version of typing-extensions to >=4.6.1 to support pydantic v2.0

## 2.0.0rc3post3 (released on 29.07.2023)

Improves patch to find chromedrivers also for macs with intel processors.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "selene"
version = "2.0.0rc3post3"
version = "2.0.0rc4"
description = "User-oriented browser tests in Python (Selenide port)"
authors = ["Iakiv Kramarenko <yashaka@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion selene/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,4 +227,4 @@
# """
from selene.core.entity import Element, Collection # noqa

__version__ = '2.0.0rc3post3'
__version__ = '2.0.0rc4'

0 comments on commit 6745530

Please sign in to comment.