Skip to content

Commit

Permalink
Bump version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsfehler committed Oct 9, 2019
1 parent 501e09b commit 796a367
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.


## [0.10.0] - 2019-10-09
### Changed
- An Area can now be placed inside a RepeatingArea
- Areas.containing now accepts nested values
- Areas.contain now accepts nested values

## [0.9.0] - 2019-09-12
### Added
- .is_clickable() and .is_not_clickable() are now available for splinter Fields.
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.9.0",
version="0.10.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 796a367

Please sign in to comment.