Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Zoldak committed Apr 12, 2017
1 parent 0899edf commit fe89df7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v0.7.0 (04/12/17)
* Support selenium 3.x
* Support new FireFox version (with geckodriver)
* Update Needle to 0.5.0
* Catch WebDriverExceptions while waiting for PageObject conditions
* Miscellaneous cleanup

v0.6.2 (02/15/17)
* Update Needle version
* Run tests in parallel
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
# built documents.
#
# The short X.Y version.
version = '0.6.2'
version = '0.7.0'
# The full version, including alpha/beta/rc tags.
release = '0.6.2'
release = '0.7.0'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import codecs
from setuptools import setup

VERSION = '0.6.2'
VERSION = '0.7.0'
DESCRIPTION = 'UI-level acceptance test framework'

# Version for selenium added since needle has a max version which is lower than the current default. If needle ever
Expand Down

0 comments on commit fe89df7

Please sign in to comment.