From e0ff89aa0d02a758ecb44563f6a0dbfc8cb9fbdf Mon Sep 17 00:00:00 2001 From: mricherzhagen <mricherzhagen@users.noreply.github.com> Date: Wed, 2 Jun 2021 13:34:33 +0200 Subject: [PATCH] prepare the 2.3.5 maintenance release --- doc/changelog.rst | 4 ++-- src/Silex/Application.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index cd26db44..e2c06521 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,10 +1,10 @@ Changelog ========= -2.3.5 (XXXX-XX-XX) +2.3.5 (2021-06-02) ------------------ - * n/a + * Fix deprecations for PHP 8 and new PHPUnit 2.3.4 (2020-01-30) ------------------ diff --git a/src/Silex/Application.php b/src/Silex/Application.php index d970f35e..2172755b 100644 --- a/src/Silex/Application.php +++ b/src/Silex/Application.php @@ -41,7 +41,7 @@ use Silex\Provider\HttpKernelServiceProvider; */ class Application extends Container implements HttpKernelInterface, TerminableInterface { - const VERSION = '2.3.5-DEV'; + const VERSION = '2.3.5'; const EARLY_EVENT = 512; const LATE_EVENT = -512; -- GitLab