Skip to content

Commit

Permalink
1.004
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Sep 15, 2020
1 parent df0affb commit e15cc7f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.004 2020-09-15
- re-release after deletion
- fix so works under Devel::Cover
- changes to 'extra'
- tweak intensity in the 'extra' map

v1.003
- fix typo in Makefile.PL

Expand All @@ -7,4 +13,4 @@ v1.002
- addition of RGB combinatoric modifiers to named color tables


v1.001 - initial module release to git, 23 Feb 2017
v1.001 - initial module release to git, 23 Feb 2017
2 changes: 1 addition & 1 deletion lib/PDL/Transform/Color.pm
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ package PDL::Transform::Color;
use PDL::Core ':Internal'; # load "topdl" (internal routine)

@ISA = ( 'Exporter', 'PDL::Transform' );
our $VERSION = '1.003';
our $VERSION = '1.004';
$VERSION = eval $VERSION;

BEGIN {
Expand Down

0 comments on commit e15cc7f

Please sign in to comment.