From fd0852ebfa0a4cf1e17d746bb81962ec69bbb6d1 Mon Sep 17 00:00:00 2001
From: Fabien Potencier <fabien.potencier@gmail.com>
Date: Mon, 22 Aug 2016 10:50:21 -0700
Subject: [PATCH] prepared the 2.0.3 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 8bac2452..6d5bd314 100644
--- a/doc/changelog.rst
+++ b/doc/changelog.rst
@@ -1,7 +1,7 @@
 Changelog
 =========
 
-2.0.3 (2016-XX-XX)
+2.0.3 (2016-08-22)
 ------------------
 
 * fixed lazy evaluation of 'monolog.use_error_handler'
diff --git a/src/Silex/Application.php b/src/Silex/Application.php
index 5a192a16..20e243e0 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.3-DEV';
+    const VERSION = '2.0.3';
 
     const EARLY_EVENT = 512;
     const LATE_EVENT = -512;
-- 
GitLab