Skip to content

Commit a313f96

Browse files
committedSep 21, 2024·
1.012
1 parent a9ea332 commit a313f96

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎Changes

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
1.012 2024-09-21
12
- add "contours", "fits", "polylines" plot types
23

34
1.011 2024-04-22

‎lib/PDL/Graphics/Simple.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ use PDL::Options q/iparse/;
271271
use File::Temp qw/tempfile tempdir/;
272272
use Scalar::Util q/looks_like_number/;
273273

274-
our $VERSION = '1.011';
274+
our $VERSION = '1.012';
275275
$VERSION =~ s/_//g;
276276

277277
##############################

0 commit comments

Comments
 (0)
Please sign in to comment.