diff --git a/CHANGELOG b/CHANGELOG index 0c3a4b93..fe032a8f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +v0.6.1 (12/19/16) +* Add support for programmatic customization of the Firefox profile preferences +* edX best practices - Update doc theme; add yaml file for OEP2 compliance tracking +* Improve linting and test execution + v0.6.0 (06/17/16) * Support Python 3 * Use pytest to run tests diff --git a/docs/conf.py b/docs/conf.py index d0d6dbf8..07efc2a7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -42,9 +42,9 @@ # built documents. # # The short X.Y version. -version = '0.6.0' +version = '0.6.1' # The full version, including alpha/beta/rc tags. -release = '0.6.0' +release = '0.6.1' # 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 d7e2f7e9..abb8857a 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import codecs from setuptools import setup -VERSION = '0.6.0' +VERSION = '0.6.1' 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