From 261aba137bd511c0e9d5362ab43b3bd8f2f72322 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=BDeljko=20Filipin?= Date: Tue, 6 Dec 2016 13:28:17 +0100 Subject: [PATCH] Release patch version 1.7.3 Bug: T152422 Change-Id: Id98ed6c5194a461942e8859aa0e079516757c1e1 --- RELEASES.md | 4 ++++ lib/mediawiki_selenium/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 89da443..22fb3e1 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,5 +1,9 @@ ## Release notes +### 1.7.3 2016-12-06 + +* Helper that allows you to query whether JavaScript module has loaded + ### 1.7.2 2016-08-03 * Bump mediawiki_api dependency to 0.7 for automatic redirect support. diff --git a/lib/mediawiki_selenium/version.rb b/lib/mediawiki_selenium/version.rb index 8fc68e2..c41a10c 100644 --- a/lib/mediawiki_selenium/version.rb +++ b/lib/mediawiki_selenium/version.rb @@ -1,3 +1,3 @@ module MediawikiSelenium - VERSION = '1.7.2' + VERSION = '1.7.3' end