Skip to content

Commit

Permalink
release preps
Browse files Browse the repository at this point in the history
  • Loading branch information
yanick committed Sep 1, 2013
1 parent 10f8768 commit 62b99ff
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions AUTHORS
Expand Up @@ -38,6 +38,7 @@ A huge thank you to all of them!
boris shomodjvarac <shomodj@oginwm09.(none)>
Brian E. Lozier <brian@massassi.com>
Brian Phillips <brian@thephillips.info>
burnersk <burnersk@(none.com)>
Chris Andrews <chrisandrews@venda.com>
chromatic <chromatic@wgz.org>
Colin Keith <colinmkeith@gmail.com>
Expand All @@ -61,6 +62,7 @@ A huge thank you to all of them!
Ivan Bessarabov <ivan@bessarabov.ru>
Jakob Voss <jakob@nichtich.de>
James Aitken <loonypandora@gmail.com>
Jesse van Herk <jesse@imaginaryrobots.net>
Joel Roth <joelz@pobox.com>
John Wittkoski <jwittkoski@gmail.com>
Jonathan "Duke" Leto <jonathan@leto.net>
Expand Down Expand Up @@ -99,13 +101,17 @@ A huge thank you to all of them!
Perlover <perlover@perlover.com>
Philippe Bruhat (BooK) <book@cpan.org>
ppisar <ppisar@(none)>
Rick Myers <rick@jrmyers.net>
Rik Brown <rik@rikbrown.co.uk>
Roman Galeev <jamhedd@gmail.com>
Rowan Thorpe <rowanthorpe@gmail.com>
Scott Penrose <scott.penrose@(none)>
sdeseille <sebastien.deseille@gmail.com>
Sebastian de Castelberg <sebu@kpricorn.org>
Stefan Hornburg (Racke) <racke@linuxia.de>
Tatsuhiko Miyagawa <miyagawa@bulknews.net>
Tom Heady <tom@punch.net>
Tom Wyant <wyant@perl.org>
Vyacheslav Matyukhin <mmcleric@yandex-team.ru>
Xaerxess <xaerxess@gmail.com>
Zefram <zefram@fysh.org>
4 changes: 2 additions & 2 deletions CHANGES
@@ -1,6 +1,6 @@
Revision history for Dancer

{{$NEXT}}
1.3118 01.09.2013

[ ENHANCEMENTS ]
* GH #946: new 'require_environment' setting. (Jesse van Herk)
Expand All @@ -10,7 +10,7 @@ Revision history for Dancer
Dancer::Serializer::Mutable. (Yanick Champoux)

[ BUG FIXES ]
*GH #655: clarify logger error message. (Yanick Champoux,
* GH #655: clarify logger error message. (Yanick Champoux,
reported by Gabor Szabo)
* GH #951: fix quoting of TemplateToolkit start_tag/stop_tag.
(Rick Myers)
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.SKIP
Expand Up @@ -25,3 +25,4 @@ Dancer-.*.tar.gz
MANIFEST.SKIP
performance
TODO
^Dancer-.*
2 changes: 1 addition & 1 deletion lib/Dancer.pm
Expand Up @@ -5,7 +5,7 @@ use warnings;
use Carp;
use Cwd 'realpath';

our $VERSION = '1.3117';
our $VERSION = '1.3118';
our $AUTHORITY = 'SUKRIA';

$VERSION = eval $VERSION;
Expand Down

0 comments on commit 62b99ff

Please sign in to comment.