Skip to content

Commit

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

diff --git a/Changes b/Changes
index e0ec660..3757b06 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Finance::TW::TAIFEX

+0.39 Sun Dec 30 15:53:15 CST 2012
+        - 2013 calendar.
+
 0.38 Fri Aug  3 11:53:01 CST 2012
         - update calender for 2012 typhoon.
  • Loading branch information
clkao committed Dec 30, 2012
1 parent 60afe7a commit 4f67de2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,3 +3,4 @@ Makefile
inc/
pm_to_blib
*~
tmp
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for Perl extension Finance::TW::TAIFEX

0.39 Sun Dec 30 15:53:15 CST 2012
- 2013 calendar.

0.38 Fri Aug 3 11:53:01 CST 2012
- update calender for 2012 typhoon.

Expand Down
1 change: 1 addition & 0 deletions MANIFEST.SKIP
Expand Up @@ -12,3 +12,4 @@
\.gz$
\.cvsignore
\.shipit
tmp
2 changes: 1 addition & 1 deletion lib/Finance/TW/TAIFEX.pm
Expand Up @@ -16,7 +16,7 @@ use Finance::TW::TAIFEX::Product;
use Finance::TW::TAIFEX::Contract;

use 5.008_001;
our $VERSION = '0.37';
our $VERSION = '0.39';

has context_date => ( is => "rw", isa => "DateTime",
default => sub { DateTime->now(time_zone => 'Asia/Taipei') },
Expand Down

0 comments on commit 4f67de2

Please sign in to comment.