From c1a5cdc684ae5f2ea295f44ee3583eeb2a072364 Mon Sep 17 00:00:00 2001 From: Tom Wyant Date: Fri, 6 Sep 2024 11:58:00 -0400 Subject: [PATCH] Version 0.166_02 Set version to 0.166_02. Update Changes file for changes since v00.166_01. --- Changes | 3 +++ eg/SpaceTrackTk | 2 +- eg/celestrak | 2 +- eg/spacetrack-identity | 2 +- inc/Astro/SpaceTrack/Dumper.pm | 2 +- inc/Mock/LWP/UserAgent.pm | 2 +- inc/My/Module/Recommend/Any.pm | 2 +- inc/My/Module/Test.pm | 2 +- lib/Astro/SpaceTrack.pm | 2 +- script/SpaceTrack | 2 +- tools/all_iridium_classic | 2 +- tools/capture | 2 +- tools/celestrak-availability | 2 +- tools/modeldef | 2 +- 14 files changed, 16 insertions(+), 13 deletions(-) diff --git a/Changes b/Changes index 294c63f..80f268f 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,6 @@ +0.166_02 2024-09-06 T. R. Wyant + Add celestrak catalog 'eutelsat'. + 0.166_01 2024-08-18 T. R. Wyant Further deprecate Iridium status, 'direct' attribute. diff --git a/eg/SpaceTrackTk b/eg/SpaceTrackTk index e327b65..004f07b 100755 --- a/eg/SpaceTrackTk +++ b/eg/SpaceTrackTk @@ -10,7 +10,7 @@ use IO::File; use Tk; use Tk::Pane; -our $VERSION = '0.166_01'; +our $VERSION = '0.166_02'; my @pad = qw{ -padx 5 -pady 5 }; # Standard cell padding diff --git a/eg/celestrak b/eg/celestrak index c11668b..8d8267a 100755 --- a/eg/celestrak +++ b/eg/celestrak @@ -5,7 +5,7 @@ use strict; use warnings; -our $VERSION = '0.166_01'; +our $VERSION = '0.166_02'; use Astro::SpaceTrack; diff --git a/eg/spacetrack-identity b/eg/spacetrack-identity index 0c023d7..81b5ae8 100755 --- a/eg/spacetrack-identity +++ b/eg/spacetrack-identity @@ -9,7 +9,7 @@ use Getopt::Long 2.33 qw{ :config auto_version }; use Astro::SpaceTrack; use Pod::Usage; -our $VERSION = '0.166_01'; +our $VERSION = '0.166_02'; my %opt; diff --git a/inc/Astro/SpaceTrack/Dumper.pm b/inc/Astro/SpaceTrack/Dumper.pm index 4e186e7..ec73747 100644 --- a/inc/Astro/SpaceTrack/Dumper.pm +++ b/inc/Astro/SpaceTrack/Dumper.pm @@ -19,7 +19,7 @@ our @ISA = qw{ Astro::SpaceTrack }; use Mock::LWP::UserAgent; use My::Module::Test; -our $VERSION = '0.166_01'; +our $VERSION = '0.166_02'; sub new { my ( $class, %arg ) = @_; diff --git a/inc/Mock/LWP/UserAgent.pm b/inc/Mock/LWP/UserAgent.pm index 2b7b071..86fcb45 100644 --- a/inc/Mock/LWP/UserAgent.pm +++ b/inc/Mock/LWP/UserAgent.pm @@ -13,7 +13,7 @@ use HTTP::Response; use LWP::UserAgent; use JSON; -our $VERSION = '0.166_01'; +our $VERSION = '0.166_02'; our $CANNED_RESPONSE_FILE; diff --git a/inc/My/Module/Recommend/Any.pm b/inc/My/Module/Recommend/Any.pm index 7040c70..ec3b8b7 100644 --- a/inc/My/Module/Recommend/Any.pm +++ b/inc/My/Module/Recommend/Any.pm @@ -8,7 +8,7 @@ use Exporter; our @ISA = qw{ Exporter }; -our $VERSION = '0.166_01'; +our $VERSION = '0.166_02'; our @EXPORT_OK = qw{ __any }; diff --git a/inc/My/Module/Test.pm b/inc/My/Module/Test.pm index ba83ba8..f28d2d9 100644 --- a/inc/My/Module/Test.pm +++ b/inc/My/Module/Test.pm @@ -13,7 +13,7 @@ use HTTP::Date; use HTTP::Status qw{ :constants }; use Test::More 0.96; # For subtest -our $VERSION = '0.166_01'; +our $VERSION = '0.166_02'; # Set the following to zero if Space Track (or any other SSL host) # starts using a certificate that can not be verified. diff --git a/lib/Astro/SpaceTrack.pm b/lib/Astro/SpaceTrack.pm index f681dda..843f142 100644 --- a/lib/Astro/SpaceTrack.pm +++ b/lib/Astro/SpaceTrack.pm @@ -131,7 +131,7 @@ use Exporter; our @ISA = qw{ Exporter }; -our $VERSION = '0.166_01'; +our $VERSION = '0.166_02'; our @EXPORT_OK = qw{ shell diff --git a/script/SpaceTrack b/script/SpaceTrack index 3024a78..6a9439d 100755 --- a/script/SpaceTrack +++ b/script/SpaceTrack @@ -15,7 +15,7 @@ use strict; use warnings; -our $VERSION = '0.166_01'; +our $VERSION = '0.166_02'; use Astro::SpaceTrack qw{shell}; use Getopt::Long 2.39; diff --git a/tools/all_iridium_classic b/tools/all_iridium_classic index a4e5cc8..7078ab9 100755 --- a/tools/all_iridium_classic +++ b/tools/all_iridium_classic @@ -11,7 +11,7 @@ use JSON; use List::Util qw{ max }; use Pod::Usage; -our $VERSION = '0.166_01'; +our $VERSION = '0.166_02'; my %opt; diff --git a/tools/capture b/tools/capture index e64a416..5d0aa93 100755 --- a/tools/capture +++ b/tools/capture @@ -19,7 +19,7 @@ use JSON; use Mock::LWP::UserAgent (); use My::Module::Test (); -our $VERSION = '0.166_01'; +our $VERSION = '0.166_02'; my %opt = ( retrieval_size => $Astro::SpaceTrack::RETRIEVAL_SIZE, diff --git a/tools/celestrak-availability b/tools/celestrak-availability index 394ce5d..4fa3be7 100755 --- a/tools/celestrak-availability +++ b/tools/celestrak-availability @@ -10,7 +10,7 @@ use Getopt::Long 2.33 qw{ :config auto_version }; use LWP::UserAgent; use Pod::Usage; -our $VERSION = '0.166_01'; +our $VERSION = '0.166_02'; my %opt = ( https => 1, diff --git a/tools/modeldef b/tools/modeldef index a1e4643..2792c15 100755 --- a/tools/modeldef +++ b/tools/modeldef @@ -13,7 +13,7 @@ use JSON; use Pod::Usage; use POSIX qw{ strftime }; -our $VERSION = '0.166_01'; +our $VERSION = '0.166_02'; my %opt;