From c449772293cc657dc89ed05c7dd97deea00356dc Mon Sep 17 00:00:00 2001 From: Thomas Walpole Date: Thu, 5 Apr 2018 10:51:23 -0700 Subject: [PATCH] Prepare for 3.0.0 release --- History.md | 2 +- README.md | 2 +- lib/capybara/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/History.md b/History.md index a0fab871..6656b9b7 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,5 @@ # Version 3.0.0 -Release date: unreleased +Release date: 2018-04-05 ### Changed diff --git a/README.md b/README.md index 1f00c36b..7c2e2c36 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/jnicklas/capybara?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) **Note** You are viewing the README for the development version of Capybara. If you are using the current release version -you can find the README at https://github.com/teamcapybara/capybara/blob/2.17_stable/README.md +you can find the README at https://github.com/teamcapybara/capybara/blob/3.0_stable/README.md Capybara helps you test web applications by simulating how a real user would diff --git a/lib/capybara/version.rb b/lib/capybara/version.rb index 71c576f5..fa04093c 100644 --- a/lib/capybara/version.rb +++ b/lib/capybara/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Capybara - VERSION = '3.0.0.rc2'.freeze + VERSION = '3.0.0'.freeze end