Dduvall has uploaded a new change for review. https://gerrit.wikimedia.org/r/302850
Change subject: Release patch version 1.7.2 ...................................................................... Release patch version 1.7.2 Change-Id: Ia7daf1fb181b41e8921810e9f3ec1c75a9e439ae --- M RELEASES.md M UPGRADE.md M lib/mediawiki_selenium/version.rb 3 files changed, 6 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/selenium refs/changes/50/302850/1 diff --git a/RELEASES.md b/RELEASES.md index c10a087..89da443 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,5 +1,9 @@ ## Release notes +### 1.7.2 2016-08-03 + +* Bump mediawiki_api dependency to 0.7 for automatic redirect support. + ### 1.7.1 2016-05-26 * Bump mediawiki_api dependency to 0.6. MediaWiki API changed, the new version is needed going diff --git a/UPGRADE.md b/UPGRADE.md index b02bec8..b039216 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -3,7 +3,7 @@ You can check your current version by running `bundle list mediawiki_selenium` in the root directory of your project. -## From 1.x releases to 1.6.x +## From 1.x releases to 1.7.x ### Update your `Gemfile` diff --git a/lib/mediawiki_selenium/version.rb b/lib/mediawiki_selenium/version.rb index 2ea2b3e..8fc68e2 100644 --- a/lib/mediawiki_selenium/version.rb +++ b/lib/mediawiki_selenium/version.rb @@ -1,3 +1,3 @@ module MediawikiSelenium - VERSION = '1.7.1' + VERSION = '1.7.2' end -- To view, visit https://gerrit.wikimedia.org/r/302850 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia7daf1fb181b41e8921810e9f3ec1c75a9e439ae Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/selenium Gerrit-Branch: master Gerrit-Owner: Dduvall <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
