From 3c675c2c16d61593efc0387431b49cc91ceee364 Mon Sep 17 00:00:00 2001 From: Thomas Walpole Date: Sun, 21 Jun 2020 13:15:16 -0700 Subject: [PATCH] Prepare for 3.33.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 46a32390..86ee1d85 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,5 @@ # Version 3.33.0 -Release date: unreleased +Release date: 2020-06-21 ### Added diff --git a/README.md b/README.md index da7cfdcf..7c400164 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![SemVer](https://api.dependabot.com/badges/compatibility_score?dependency-name=capybara&package-manager=bundler&version-scheme=semver)](https://dependabot.com/compatibility-score.html?dependency-name=capybara&package-manager=bundler&version-scheme=semver) **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/3.32_stable/README.md +you can find the README at https://github.com/teamcapybara/capybara/blob/3.33_stable/README.md Capybara helps you test web applications by simulating how a real user would interact with your app. It is agnostic about the driver running your tests and diff --git a/lib/capybara/version.rb b/lib/capybara/version.rb index 637a7b72..d7d44a71 100644 --- a/lib/capybara/version.rb +++ b/lib/capybara/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Capybara - VERSION = '3.32.2' + VERSION = '3.33.0' end