Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Dec 10, 2015
1 parent 087ce9f commit c047ff0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ChangeLog-5.1.md
Expand Up @@ -2,7 +2,7 @@

All notable changes of the PHPUnit 5.1 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

## [5.1.3] - 2015-12-DD
## [5.1.3] - 2015-12-10

### Added

Expand Down Expand Up @@ -30,6 +30,7 @@ All notable changes of the PHPUnit 5.1 release series are documented in this fil
* Merged [#1871](https://github.com/sebastianbergmann/phpunit/issues/1871): Added support for `@testdox` annotations on classes
* Merged [#1917](https://github.com/sebastianbergmann/phpunit/issues/1917): Allow `@coversDefaultClass` annotation to work on traits

[5.1.3]: https://github.com/sebastianbergmann/phpunit/compare/5.1.2...5.1.3
[5.1.2]: https://github.com/sebastianbergmann/phpunit/compare/5.1.1...5.1.2
[5.1.1]: https://github.com/sebastianbergmann/phpunit/compare/5.1.0...5.1.1
[5.1.0]: https://github.com/sebastianbergmann/phpunit/compare/5.0...5.1.0
Expand Down
2 changes: 1 addition & 1 deletion src/Runner/Version.php
Expand Up @@ -30,7 +30,7 @@ public static function id()
}

if (self::$version === null) {
$version = new SebastianBergmann\Version('5.1.2', dirname(dirname(__DIR__)));
$version = new SebastianBergmann\Version('5.1.3', dirname(dirname(__DIR__)));
self::$version = $version->getVersion();
}

Expand Down

0 comments on commit c047ff0

Please sign in to comment.