Skip to content

Commit

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


## [0.19.0] - 2020-09-22
### Changed
- is_visible / is_not_visible methods try to handle stale element exceptions by retrying search

## [0.18.0] - 2020-09-14
### Changed
- Button and Link Fields wait for visible/clickable status before clicking
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.18.0",
version="0.19.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 e93f573

Please sign in to comment.