From d5a9d9af14a1424ddecc3da481769cf64e7d3b34 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Wed, 3 May 2017 08:21:42 -0700 Subject: [PATCH] prepared the 2.1.0 release --- doc/changelog.rst | 2 +- src/Silex/Application.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index 5c655bc66..81beee925 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,7 +1,7 @@ Changelog ========= -2.1.0 (2016-XX-XX) +2.1.0 (2017-05-03) ------------------ * added more options to security.firewalls diff --git a/src/Silex/Application.php b/src/Silex/Application.php index 9bea9cf92..07227682d 100644 --- a/src/Silex/Application.php +++ b/src/Silex/Application.php @@ -41,7 +41,7 @@ */ class Application extends Container implements HttpKernelInterface, TerminableInterface { - const VERSION = '2.1.0-DEV'; + const VERSION = '2.1.0'; const EARLY_EVENT = 512; const LATE_EVENT = -512;