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

Commit

Permalink
Merge pull request #180 from edx/zoldak/v061
Browse files Browse the repository at this point in the history
v0.6.1
  • Loading branch information
Jesse Zoldak authored Dec 29, 2016
2 parents e2ef981 + 355e91a commit f42d7c0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
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.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.
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.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
Expand Down

0 comments on commit f42d7c0

Please sign in to comment.