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 #127 from edx/benp/v049
Browse files Browse the repository at this point in the history
0.4.9 release.
  • Loading branch information
Ben Patterson committed Jan 20, 2016
2 parents 0e0190f + 026d970 commit 5733887
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
v0.4.8 (1/19/16)
v0.4.9 (01/20/16)
* Ability to release to pypi via Travis

v0.4.8 (01/19/16)
* Improved check for custom rules file format [a11y rules]
* Use docker for Travis builds, some fixed linting
* Capability for custom firefox path using the SELENIUM_FIREFOX_PATH environment variable
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.8'
version = '0.4.9'
# The full version, including alpha/beta/rc tags.
release = '0.4.8'
release = '0.4.9'

# 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.8'
VERSION = '0.4.9'
DESCRIPTION = 'UI-level acceptance test framework'
REQUIREMENTS = [
line.strip() for line in open("requirements.txt").readlines()
Expand Down

0 comments on commit 5733887

Please sign in to comment.