Skip to content

Commit fc21c41

Browse files
authored
Release candidate for 9.1.0 (#6145)
* Bump version to 9.1.0 * make example timeout longer for atlas tests
1 parent 1d7e435 commit fc21c41

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.evergreen/run-tests-atlas-full.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export BUNDLE_GEMFILE=gemfiles/driver_master.gemfile
2323
bundle install
2424

2525
ATLAS_URI=$MONGODB_URI \
26-
EXAMPLE_TIMEOUT=600 \
26+
EXAMPLE_TIMEOUT=900 \
2727
bundle exec rspec -fd spec/mongoid/search_indexable_spec.rb \
2828
--format Rfc::Riff --format RspecJunitFormatter --out tmp/rspec.xml
2929

lib/mongoid/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ module Mongoid
55
#
66
# Note that this file is automatically updated via `rake candidate:create`.
77
# Manual changes to this file will be overwritten by that rake task.
8-
VERSION = '9.0.2'
8+
VERSION = '9.1.0'
99
end

product.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ description: an Ruby ODM for MongoDB
44
package: mongoid
55
jira: https://jira.mongodb.org/projects/MONGOID
66
version:
7-
number: 9.0.2
7+
number: 9.1.0
88
file: lib/mongoid/version.rb

0 commit comments

Comments
 (0)