From f532c20b2011c50e698e6b44875c09b5f19bafac Mon Sep 17 00:00:00 2001 From: David Chelimsky Date: Sun, 10 Oct 2010 12:23:58 -0500 Subject: [PATCH] prep for 2.0.0 --- History.markdown | 4 ++-- lib/rspec/expectations/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/History.markdown b/History.markdown index 523892f67..524c4f5b4 100644 --- a/History.markdown +++ b/History.markdown @@ -1,8 +1,8 @@ ## rspec-expectations release history (incomplete) -### 2.0.0 / in development +### 2.0.0 / 2010-10-10 -[full changelog](http://github.com/rspec/rspec-expectations/compare/v2.0.0.rc...master) +[full changelog](http://github.com/rspec/rspec-expectations/compare/v2.0.0.rc...v2.0.0) * Enhancements * Add match_for_should_not method to matcher DSL (Myron Marston) diff --git a/lib/rspec/expectations/version.rb b/lib/rspec/expectations/version.rb index 91e9d9e82..88b9d9cbe 100644 --- a/lib/rspec/expectations/version.rb +++ b/lib/rspec/expectations/version.rb @@ -1,7 +1,7 @@ module RSpec # :nodoc: module Expectations # :nodoc: module Version # :nodoc: - STRING = '2.0.0.rc' + STRING = '2.0.0' end end end