prepped for release

[git-p4: depot-paths = "//src/minitest/dev/": change = 7995]
This commit is contained in:
Ryan Davis 2012-11-23 14:51:21 -08:00
parent 2ac93c3414
commit 78d7394119
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
=== 4.3.1 / 2012-11-23
* 1 bug fix:
* Moved test_children to serial testcase to prevent random failures.
=== 4.3.0 / 2012-11-17
* 4 minor enhancements:

View File

@ -729,7 +729,7 @@ module MiniTest
end
class Unit # :nodoc:
VERSION = "4.3.0" # :nodoc:
VERSION = "4.3.1" # :nodoc:
attr_accessor :report, :failures, :errors, :skips # :nodoc:
attr_accessor :test_count, :assertion_count # :nodoc: