From cf02a560d2d87aa4381b3c72d783fcf3aef2434f Mon Sep 17 00:00:00 2001
From: Fabien Potencier <fabien.potencier@gmail.com>
Date: Fri, 27 May 2016 13:37:31 +0200
Subject: [PATCH] prepared the 2.0.1 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 0d6e426e..b0179393 100644
--- a/doc/changelog.rst
+++ b/doc/changelog.rst
@@ -1,7 +1,7 @@
 Changelog
 =========
 
-2.0.1 (2016-XX-XX)
+2.0.1 (2016-05-27)
 ------------------
 
 * fixed the silex form extension registration to allow overriding default ones
diff --git a/src/Silex/Application.php b/src/Silex/Application.php
index cfde72ad..436ce482 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.0.1-DEV';
+    const VERSION = '2.0.1';
 
     const EARLY_EVENT = 512;
     const LATE_EVENT = -512;
-- 
GitLab