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 #170 from edx/zoldak/v060
Browse files Browse the repository at this point in the history
v0.6.0
  • Loading branch information
Jesse Zoldak authored Jun 17, 2016
2 parents 10344a8 + 2f8f472 commit 66d4db3
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.6.0 (06/17/16)
* Support Python 3
* Use pytest to run tests
* Save browser page source on failure
* Allow configuration of the firefox profile
* Upgrade dependencies, improve test coverage

v0.5.4 (06/16/16)
* Remove browsermobproxy and HAR capture feature
* Add ability to save browser page source to disk
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
# built documents.
#
# The short X.Y version.
version = '0.5.4'
version = '0.6.0'
# The full version, including alpha/beta/rc tags.
release = '0.5.4'
release = '0.6.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.5.4'
VERSION = '0.6.0'
DESCRIPTION = 'UI-level acceptance test framework'
REQUIREMENTS = (
'lazy',
Expand Down

0 comments on commit 66d4db3

Please sign in to comment.