Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.16009.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index ec308f5..1cf0c37 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
 Revision history for Perl extension DateTime::Format::Pg.

 {{$NEXT}}
+
+0.16009 2013-08-25T04:51:15Z
     - Fix typos [pr #2] (dsteinbrunner)
     - Migrate to using Minilla for packaging
  • Loading branch information
lestrrat committed Aug 25, 2013
1 parent 0a1bd1e commit 8b5da51
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,6 +1,8 @@
Revision history for Perl extension DateTime::Format::Pg.

{{$NEXT}}

0.16009 2013-08-25T04:51:15Z
- Fix typos [pr #2] (dsteinbrunner)
- Migrate to using Minilla for packaging

Expand Down
2 changes: 1 addition & 1 deletion META.json
Expand Up @@ -66,7 +66,7 @@
"web" : "https://github.com/lestrrat/DateTime-Format-Pg"
}
},
"version" : "0.16008",
"version" : "0.16009",
"x_contributors" : [
"Vasily Chekalkin <bacek@bacek.com>",
"David Steinbrunner <dsteinbrunner@pobox.com>",
Expand Down
2 changes: 1 addition & 1 deletion lib/DateTime/Format/Pg.pm
Expand Up @@ -11,7 +11,7 @@ use DateTime::TimeZone 0.06;
use DateTime::TimeZone::UTC;
use DateTime::TimeZone::Floating;

$VERSION = '0.16008';
$VERSION = '0.16009';
$VERSION = eval $VERSION;

our @ISA = ('DateTime::Format::Builder');
Expand Down

0 comments on commit 8b5da51

Please sign in to comment.