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

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
TE-1218
  • Loading branch information
Ben Patterson committed Mar 21, 2016
1 parent ea063e2 commit 0fbc626
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
v0.5.0 (3/22/16)
* Implement feature for XSS (cross-site scripting) vulnerability auditing
* Added `scroll_to_element(element_selector)`
* Make browser instantiation more resilient to transient webdriver failures
* Disable default promo tabs on firefox profile
* Updates for contributors (i.e. we use Slack now, not IRC)
* Various improvements for how the bok-choy repo itself is tested
* Python version compatibility improvements

v0.4.11 (n/a)
* Skipped this release version due to infrastructure udpate (i.e., not releasing via Travis)

v0.4.10 (01/21/16)
* No changes. Just deploying to pypi via automation.
* No changes. Infrastructure updates.

v0.4.9 (01/20/16)
* Ability to release to pypi via Travis
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.4.10'
version = '0.5.0'
# The full version, including alpha/beta/rc tags.
release = '0.4.10'
release = '0.5.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 @@ -2,7 +2,7 @@

from setuptools import setup

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

0 comments on commit 0fbc626

Please sign in to comment.