prepped for release

[git-p4: depot-paths = "//src/minitest/dev/": change = 8438]
This commit is contained in:
Ryan Davis 2013-04-20 16:59:40 -08:00
parent 6b30ac8fd5
commit 644a52fd0a
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
=== 4.7.3 / 2013-04-20
* 1 bug fix:
* Reverted stubbing of module methods change. Stub the user, not the impl. (ab9/tyabe)
=== 4.7.2 / 2013-04-18
* 2 bug fixes:

View File

@ -731,7 +731,7 @@ module MiniTest
end
class Unit # :nodoc:
VERSION = "4.7.2" # :nodoc:
VERSION = "4.7.3" # :nodoc:
attr_accessor :report, :failures, :errors, :skips # :nodoc:
attr_accessor :assertion_count # :nodoc: