Skip to content

Commit

Permalink
Bump version to 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsfehler committed Sep 2, 2020
1 parent 2721250 commit 3db8a9b
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.17.0] - 2020-09-02
### Fixed
- Fields inside an Area with a root now pass wait_time to the root Field.


## [0.16.0] - 2020-04-20
### Changed
- Field.value_contains and Field.value_equals use Stere.retry_time as a default value
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.16.0",
version="0.17.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 3db8a9b

Please sign in to comment.