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 #115 from edx/clytwynec/Version-0.4.5
Browse files Browse the repository at this point in the history
v0.4.5
  • Loading branch information
Christine Lytwynec committed Sep 29, 2015
2 parents d0a9d3d + 8f686c8 commit 53eee41
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v0.4.5 (09/29/15)
* Fix for generating a11y API documentation.

v0.4.4 (09/28/15)
* Added check the loading state of the document in wait_for_page to reduce flakiness due to synchronization/timing in tests.
* Refactored accesibility auditing feature. Two accessibility auditing rulesets now available: axe-core ruleset (default) and google's accessibility dev tools ruleset.
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.4'
version = '0.4.5'
# The full version, including alpha/beta/rc tags.
release = '0.4.4'
release = '0.4.5'

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

0 comments on commit 53eee41

Please sign in to comment.