Skip to content

Commit

Permalink
Bump version to 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsfehler committed Sep 25, 2020
1 parent 56adce5 commit 6c4ceb0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file.


## [0.20.0] - 2020-09-25
### Changed
- Stere.retry_time is used when searching for an attribute inside an element.
- Nicer error message is thrown when an element is not found while doing an attribute lookup

## [0.19.0] - 2020-09-22
### Changed
- is_visible / is_not_visible methods try to handle stale element exceptions by retrying search
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def read(filename):

setup(
name="stere",
version="0.19.0",
version="0.20.0",
description="A nice way of implementing the Page Object pattern.",
long_description=read('README.rst'),
author="Joshua Fehler",
Expand Down

0 comments on commit 6c4ceb0

Please sign in to comment.