Skip to content

Commit

Permalink
After release: bump $VERSION and timestamp Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
xdg committed Apr 22, 2018
1 parent 9c6885b commit 4439fd5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Changes for Perl extension DateTime-Tiny

{{$NEXT}}

1.07 2018-04-22 11:06:08+02:00 Europe/Oslo

- Bugfix: only match ASCII digits in from_string() method.

1.06 2016-06-23 09:43:41-04:00 America/New_York
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ my %WriteMakefileArgs = (
"Test::More" => 0,
"utf8" => 0
},
"VERSION" => "1.07",
"VERSION" => "1.08",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/DateTime/Tiny.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use warnings;
package DateTime::Tiny;
# ABSTRACT: A date object, with as little code as possible

our $VERSION = '1.07';
our $VERSION = '1.08';

use overload 'bool' => sub () { 1 };
use overload '""' => 'as_string';
Expand Down

0 comments on commit 4439fd5

Please sign in to comment.