diff --git a/CHANGELOG b/CHANGELOG index 3f6aaa59..3e34a698 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/docs/conf.py b/docs/conf.py index 9b217e73..dd2c6f0f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. diff --git a/setup.py b/setup.py index 5215fc84..9e485e6f 100644 --- a/setup.py +++ b/setup.py @@ -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