Skip to content

Commit

Permalink
Bump version to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsfehler committed Nov 19, 2019
1 parent f3ca5b9 commit 1c98189
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.14.0] - 2019-11-19
### Fixed
- Repeating.has_children no longer fails if no children found.
- Repeating.has_children no longer builds a list of children containers, just checks roots.

## [0.13.0] - 2019-11-16
### Added
- Field.is_<x> and Field.is_not_<x> methods now use Stere.retry_time if not specified.
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.13.0",
version="0.14.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 1c98189

Please sign in to comment.