Skip to content

Commit

Permalink
CHORE: bump 2.0.0rc7 & prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
yashaka committed Jan 25, 2024
1 parent 2941e3b commit 1dd26e2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ TODOs:
- 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.0rc6 (released on 25.01.2024)
## 2.0.0rc7 (released on 25.01.2024)

### Experimental browser._actions

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ TBD

<!-- References -->
[selenide]: http://selenide.org/
[latest-recommended-version]: https://pypi.org/project/selene/2.0.0rc6/
[latest-recommended-version]: https://pypi.org/project/selene/2.0.0rc7/
[brunch-ver-1]: https://github.com/yashaka/selene/tree/1.x
[selene-stable]: https://pypi.org/project/selene/1.0.2/
[python-37]: https://www.python.org/downloads/release/python-380/
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.0rc6"
version = "2.0.0rc7"
description = "User-oriented browser tests in Python (Selenide port)"
authors = ["Iakiv Kramarenko <[email protected]>"]
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 @@ -225,4 +225,4 @@
# """
from selene.core.entity import Element, Collection # noqa

__version__ = '2.0.0rc6'
__version__ = '2.0.0rc7'

0 comments on commit 1dd26e2

Please sign in to comment.