Skip to content

Commit

Permalink
Bump version to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsfehler committed Nov 16, 2019
1 parent 494b763 commit 4c4ef0f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,21 @@
All notable changes to this project will be documented in this file.


## [0.13.0] - 2019-11-16
### Added
- Field.is_<x> and Field.is_not_<x> methods now use Stere.retry_time if not specified.
- Stere.retry_time can be set through the stere.ini file.
- Repeating and RepeatingArea now have the has_children() method.

### Changed
- FindByDataStarAttribute renamed to FindByAttribute

### Fixed
- Field.is_present() and Field.is_not_present() now work correctly with FindByAttribute

## [0.12.0] - 2019-10-21
### Fixed
- Field.is_present() and Field.is_not_presnet() now work with Fields inside a RepeatingArea
- Field.is_present() and Field.is_not_present() now work with Fields inside a RepeatingArea

## [0.11.0] - 2019-10-17
### Added
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.12.0",
version="0.13.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 4c4ef0f

Please sign in to comment.