From 9025f98637a8424a4e2029ca4646f5302accb32a Mon Sep 17 00:00:00 2001 From: mricherzhagen <mricherzhagen@users.noreply.github.com> Date: Mon, 25 Nov 2019 16:32:57 +0100 Subject: [PATCH] prepared the 2.3.3 maintenance release --- doc/changelog.rst | 5 +++-- src/Silex/Application.php | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index 86bc38d6..653f91ba 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,10 +1,11 @@ Changelog ========= -2.3.3 (2019-XX-XX) +2.3.3 (2019-11-25) ------------------ - * n/a + * Replace Fig/Link with Symfony\Component\WebLink + * Don't extend final SessionListener and TestSessionListener. Extend the abstract base classes instead. 2.3.2 (2019-10-11) ------------------ diff --git a/src/Silex/Application.php b/src/Silex/Application.php index 73dc6e5b..aa596c4b 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.3-DEV'; + const VERSION = '2.3.3'; const EARLY_EVENT = 512; const LATE_EVENT = -512; -- GitLab