Skip to content

Commit

Permalink
Version 0.166_02
Browse files Browse the repository at this point in the history
Set version to 0.166_02. Update Changes file for changes since v00.166_01.
  • Loading branch information
trwyant committed Sep 6, 2024
1 parent 2958f1f commit c1a5cdc
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 13 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion eg/SpaceTrackTk
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion eg/celestrak
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use strict;
use warnings;

our $VERSION = '0.166_01';
our $VERSION = '0.166_02';

use Astro::SpaceTrack;

Expand Down
2 changes: 1 addition & 1 deletion eg/spacetrack-identity
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion inc/Astro/SpaceTrack/Dumper.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) = @_;
Expand Down
2 changes: 1 addition & 1 deletion inc/Mock/LWP/UserAgent.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion inc/My/Module/Recommend/Any.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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 };

Expand Down
2 changes: 1 addition & 1 deletion inc/My/Module/Test.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion lib/Astro/SpaceTrack.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion script/SpaceTrack
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion tools/all_iridium_classic
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion tools/capture
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion tools/celestrak-availability
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion tools/modeldef
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit c1a5cdc

Please sign in to comment.