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 #152 from edx/benp/v0.5.2
Browse files Browse the repository at this point in the history
v0.5.2
  • Loading branch information
Ben Patterson committed Apr 25, 2016
2 parents 3fd7f24 + d491660 commit 8ca9e6d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v0.5.2 (04/25/16)
* Support Opera browser
* Improve browser instantiation logic to include retries

v0.5.1 (03/28/16)
* Bug fix to XSS vulnerability auditing feature

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.1'
version = '0.5.2'
# The full version, including alpha/beta/rc tags.
release = '0.5.1'
release = '0.5.2'

# 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 @@ -2,7 +2,7 @@

from setuptools import setup

VERSION = '0.5.1'
VERSION = '0.5.2'
DESCRIPTION = 'UI-level acceptance test framework'
with open('requirements.txt') as f:
REQUIREMENTS = f.read().splitlines()
Expand Down

0 comments on commit 8ca9e6d

Please sign in to comment.