Skip to content

Commit

Permalink
Bump version to 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsfehler committed Dec 16, 2019
1 parent 49dc098 commit 71751f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@
All notable changes to this project will be documented in this file.


## [0.15.0] - 2019-12-15
### Changed
- Speed up is_not_<x> methods. Requires splinter >=0.13.0.

## [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.
- Repeating.has_children no longer builds a list of children containers, just checks roots.

## [0.13.0] - 2019-11-16
### 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.14.0",
version="0.15.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 71751f3

Please sign in to comment.