From c047ff05d2279404af9a7e89e2a7151c32c88022 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Thu, 10 Dec 2015 08:54:54 +0100 Subject: [PATCH] Prepare release --- ChangeLog-5.1.md | 3 ++- src/Runner/Version.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog-5.1.md b/ChangeLog-5.1.md index df0d915349b..002b0678147 100644 --- a/ChangeLog-5.1.md +++ b/ChangeLog-5.1.md @@ -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 @@ -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 diff --git a/src/Runner/Version.php b/src/Runner/Version.php index dfb106ad3f0..eae6c8f1e71 100644 --- a/src/Runner/Version.php +++ b/src/Runner/Version.php @@ -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(); }