Skip to content

Commit

Permalink
prepared the 1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jul 4, 2013
1 parent 745da65 commit 3b037f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

1.0.1 (2013-XX-XX)
1.0.1 (2013-07-04)
------------------

* Fixed RedirectableUrlMatcher::redirect() when Silex is configured to use a logger
Expand Down
2 changes: 1 addition & 1 deletion src/Silex/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
*/
class Application extends \Pimple implements HttpKernelInterface, TerminableInterface
{
const VERSION = '1.0.1-DEV';
const VERSION = '1.0.1';

const EARLY_EVENT = 512;
const LATE_EVENT = -512;
Expand Down

0 comments on commit 3b037f3

Please sign in to comment.