From 409912bada6c65049ad7158fef5762fa99e4bed4 Mon Sep 17 00:00:00 2001 From: Ed J Date: Thu, 24 Oct 2024 23:34:45 +0000 Subject: [PATCH] 1.014 --- Changes | 1 + lib/PDL/Graphics/Simple.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 299f868..e837f7b 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,4 @@ +1.014 2024-10-25 - exception when oplot in multiplot mode - oplot now leaves {x,y}range alone diff --git a/lib/PDL/Graphics/Simple.pm b/lib/PDL/Graphics/Simple.pm index 575eeed..d21b0de 100644 --- a/lib/PDL/Graphics/Simple.pm +++ b/lib/PDL/Graphics/Simple.pm @@ -271,7 +271,7 @@ use PDL::Options q/iparse/; use File::Temp qw/tempfile tempdir/; use Scalar::Util q/looks_like_number/; -our $VERSION = '1.013'; +our $VERSION = '1.014'; $VERSION =~ s/_//g; ##############################