Skip to content

Commit

Permalink
Increment to 0.32.0 and update Copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Feb 17, 2024
1 parent 1582388 commit 97e9c13
Show file tree
Hide file tree
Showing 20 changed files with 35 additions and 35 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PGXN/Manager version 0.31.2
===========================
PGXN/Manager
============

[![Test Status](https://github.com/pgxn/pgxn-manager/workflows/CI/badge.svg)](https://github.com/pgxn/pgxn-manager/actions)

Expand Down Expand Up @@ -279,7 +279,7 @@ system.
Copyright and License
---------------------

Copyright (c) 2010-2023 David E. Wheeler.
Copyright (c) 2010-2024 David E. Wheeler.

This module is free software; you can redistribute it and/or modify it under
the [PostgreSQL License](https://www.opensource.org/licenses/postgresql).
Expand Down
2 changes: 1 addition & 1 deletion bin/check_mirrors
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ David E. Wheeler <david@justatheory.com>
=head1 Copyright and License
Copyright (c) 2010-2023 David E. Wheeler.
Copyright (c) 2010-2024 David E. Wheeler.
This module is free software; you can redistribute it and/or modify it under
the L<PostgreSQL License|https://www.opensource.org/licenses/postgresql>.
Expand Down
2 changes: 1 addition & 1 deletion bin/gendoc
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ David E. Wheeler <david@justatheory.com>
=head1 Copyright and License
Copyright (c) 2010-2023 David E. Wheeler. Some Rights Reserved.
Copyright (c) 2010-2024 David E. Wheeler. Some Rights Reserved.
This module is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.
Expand Down
2 changes: 1 addition & 1 deletion bin/get_twitter_token
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ David E. Wheeler <david@justatheory.com>
=head1 Copyright and License
Copyright (c) 2010-2023 David E. Wheeler. Some Rights Reserved.
Copyright (c) 2010-2024 David E. Wheeler. Some Rights Reserved.
This module is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.
Expand Down
2 changes: 1 addition & 1 deletion bin/pgxn_consumer
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ David E. Wheeler <david@justatheory.com>
=head1 Copyright and License
Copyright (c) 2011-2023 David E. Wheeler.
Copyright (c) 2011-2024 David E. Wheeler.
This module is free software; you can redistribute it and/or modify it under
the L<PostgreSQL License|https://www.opensource.org/licenses/postgresql>.
Expand Down
2 changes: 1 addition & 1 deletion bin/pgxn_maint
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ David E. Wheeler <david@justatheory.com>
=head1 Copyright and License
Copyright (c) 2011-2023 David E. Wheeler.
Copyright (c) 2011-2024 David E. Wheeler.
This module is free software; you can redistribute it and/or modify it under
the L<PostgreSQL License|https://www.opensource.org/licenses/postgresql>.
Expand Down
4 changes: 2 additions & 2 deletions lib/PGXN/Manager.pm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use Email::Sender::Simple;
use Encode;
use namespace::autoclean;

our $VERSION = v0.31.2;
our $VERSION = v0.32.0;

=head1 Name
Expand Down Expand Up @@ -292,7 +292,7 @@ David E. Wheeler <david@justatheory.com>
=head1 Copyright and License
Copyright (c) 2010-2023 David E. Wheeler.
Copyright (c) 2010-2024 David E. Wheeler.
This module is free software; you can redistribute it and/or modify it under
the L<PostgreSQL License|https://www.opensource.org/licenses/postgresql>.
Expand Down
4 changes: 2 additions & 2 deletions lib/PGXN/Manager/Consumer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use IO::File;
use Cwd;
use namespace::autoclean;

our $VERSION = v0.31.2;
our $VERSION = v0.32.0;
use constant CHANNELS => qw(release new_user new_mirror);

has verbose => (is => 'ro', isa => 'Int', required => 1, default => 0);
Expand Down Expand Up @@ -456,7 +456,7 @@ David E. Wheeler <david@justatheory.com>
=head1 Copyright and License
Copyright (c) 2011-2023 David E. Wheeler.
Copyright (c) 2011-2024 David E. Wheeler.
This module is free software; you can redistribute it and/or modify it under
the L<PostgreSQL License|https://www.opensource.org/licenses/postgresql>.
Expand Down
4 changes: 2 additions & 2 deletions lib/PGXN/Manager/Consumer/mastodon.pm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use warnings;
use constant name => 'mastodon';
use namespace::autoclean;

our $VERSION = v0.31.2;
our $VERSION = v0.32.0;

has server => (is => 'ro', required => 1, isa => 'Str');
has ua => (is => 'ro', required => 1, isa => 'LWP::UserAgent');
Expand Down Expand Up @@ -217,7 +217,7 @@ David E. Wheeler <david@justatheory.com>
=head1 Copyright and License
Copyright (c) 2011-2023 David E. Wheeler.
Copyright (c) 2011-2024 David E. Wheeler.
This module is free software; you can redistribute it and/or modify it under
the L<PostgreSQL License|https://www.opensource.org/licenses/postgresql>.
Expand Down
4 changes: 2 additions & 2 deletions lib/PGXN/Manager/Consumer/twitter.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use warnings;
use constant name => 'twitter';
use namespace::autoclean;

our $VERSION = v0.31.2;
our $VERSION = v0.32.0;

subtype MaybeTwitterAPI => as maybe_type class_type 'Net::Twitter::Lite';

Expand Down Expand Up @@ -161,7 +161,7 @@ David E. Wheeler <david@justatheory.com>
=head1 Copyright and License
Copyright (c) 2011-2023 David E. Wheeler.
Copyright (c) 2011-2024 David E. Wheeler.
This module is free software; you can redistribute it and/or modify it under
the L<PostgreSQL License|https://www.opensource.org/licenses/postgresql>.
Expand Down
4 changes: 2 additions & 2 deletions lib/PGXN/Manager/Controller.pm
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use Try::Tiny;
use SemVer;
use namespace::autoclean;

our $VERSION = v0.31.2;
our $VERSION = v0.32.0;

Template::Declare->init( dispatch_to => ['PGXN::Manager::Templates'] );

Expand Down Expand Up @@ -1290,7 +1290,7 @@ David E. Wheeler <david@justatheory.com>
=head1 Copyright and License
Copyright (c) 2010-2023 David E. Wheeler.
Copyright (c) 2010-2024 David E. Wheeler.
This module is free software; you can redistribute it and/or modify it under
the L<PostgreSQL License|https://www.opensource.org/licenses/postgresql>.
Expand Down
4 changes: 2 additions & 2 deletions lib/PGXN/Manager/Distribution.pm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use Digest::SHA1;
use PGXN::Meta::Validator v0.12.0;
use namespace::autoclean;

our $VERSION = v0.31.2;
our $VERSION = v0.32.0;

my $TMPDIR = PGXN::Manager->new->config->{tmpdir}
|| File::Spec->catdir(File::Spec->tmpdir, 'pgxn');
Expand Down Expand Up @@ -580,7 +580,7 @@ David E. Wheeler <david@justatheory.com>
=head1 Copyright and License
Copyright (c) 2010-2023 David E. Wheeler.
Copyright (c) 2010-2024 David E. Wheeler.
This module is free software; you can redistribute it and/or modify it under
the L<PostgreSQL License|https://www.opensource.org/licenses/postgresql>.
Expand Down
4 changes: 2 additions & 2 deletions lib/PGXN/Manager/Locale.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use utf8;
use parent 'Locale::Maketext';
use I18N::LangTags::Detect;

our $VERSION = v0.31.2;
our $VERSION = v0.32.0;

# Allow unknown phrases to just pass-through.
our %Lexicon = (
Expand Down Expand Up @@ -177,7 +177,7 @@ David E. Wheeler <david@justatheory.com>
=head1 Copyright and License
Copyright (c) 2010-2023 David E. Wheeler.
Copyright (c) 2010-2024 David E. Wheeler.
This module is free software; you can redistribute it and/or modify it under
the L<PostgreSQL License|https://www.opensource.org/licenses/postgresql>.
Expand Down
4 changes: 2 additions & 2 deletions lib/PGXN/Manager/Locale/en.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use 5.10.0;
use utf8;
use parent 'PGXN::Manager::Locale';

our $VERSION = v0.31.2;
our $VERSION = v0.32.0;

our %Lexicon = (
);
Expand All @@ -30,7 +30,7 @@ David E. Wheeler <david@justatheory.com>
=head1 Copyright and License
Copyright (c) 2010-2023 David E. Wheeler.
Copyright (c) 2010-2024 David E. Wheeler.
This module is free software; you can redistribute it and/or modify it under
the L<PostgreSQL License|https://www.opensource.org/licenses/postgresql>.
Expand Down
4 changes: 2 additions & 2 deletions lib/PGXN/Manager/Locale/fr.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use 5.10.0;
use utf8;
use parent 'PGXN::Manager::Locale';

our $VERSION = v0.31.2;
our $VERSION = v0.32.0;

our %Lexicon = (
listcomma => ',',
Expand Down Expand Up @@ -35,7 +35,7 @@ David E. Wheeler <david@justatheory.com>
=head1 Copyright and License
Copyright (c) 2010-2023 David E. Wheeler.
Copyright (c) 2010-2024 David E. Wheeler.
This module is free software; you can redistribute it and/or modify it under
the L<PostgreSQL License|https://www.opensource.org/licenses/postgresql>.
Expand Down
4 changes: 2 additions & 2 deletions lib/PGXN/Manager/Maint.pm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use File::Basename qw(dirname basename);
use Encode qw(encode_utf8);
use namespace::autoclean;

our $VERSION = v0.31.2;
our $VERSION = v0.32.0;

has verbosity => (is => 'rw', required => 1, isa => 'Int', default => 0);
has exitval => (is => 'rw', required => 0, isa => 'Int', default => 0);
Expand Down Expand Up @@ -517,7 +517,7 @@ David E. Wheeler <david@justatheory.com>
=head1 Copyright and License
Copyright (c) 2011-2023 David E. Wheeler.
Copyright (c) 2011-2024 David E. Wheeler.
This module is free software; you can redistribute it and/or modify it under
the L<PostgreSQL License|https://www.opensource.org/licenses/postgresql>.
Expand Down
4 changes: 2 additions & 2 deletions lib/PGXN/Manager/Request.pm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use HTTP::Body '1.08'; # required for proper upload mime type detection.
use namespace::autoclean;
use Encode;

our $VERSION = v0.31.2;
our $VERSION = v0.32.0;

my $CHECK = Encode::FB_CROAK | Encode::LEAVE_SRC;
my $SCRIPT_NAME = PGXN::Manager->config->{uri_script_name_key} || 'SCRIPT_NAME';
Expand Down Expand Up @@ -197,7 +197,7 @@ David E. Wheeler <david@justatheory.com>
=head1 Copyright and License
Copyright (c) 2010-2023 David E. Wheeler.
Copyright (c) 2010-2024 David E. Wheeler.
This module is free software; you can redistribute it and/or modify it under
the L<PostgreSQL License|https://www.opensource.org/licenses/postgresql>.
Expand Down
4 changes: 2 additions & 2 deletions lib/PGXN/Manager/Router.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use Plack::Session::Store::File;
use PGXN::Manager::Controller;
use PGXN::Manager;

our $VERSION = v0.31.2;
our $VERSION = v0.32.0;

sub app {
builder {
Expand Down Expand Up @@ -259,7 +259,7 @@ David E. Wheeler <david@justatheory.com>
=head1 Copyright and License
Copyright (c) 2010-2023 David E. Wheeler.
Copyright (c) 2010-2024 David E. Wheeler.
This module is free software; you can redistribute it and/or modify it under
the L<PostgreSQL License|https://www.opensource.org/licenses/postgresql>.
Expand Down
4 changes: 2 additions & 2 deletions lib/PGXN/Manager/Templates.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Template::Declare::Tags;
use PGXN::Manager;
use PGXN::Manager::Locale;

our $VERSION = v0.31.2;
our $VERSION = v0.32.0;

my $l = PGXN::Manager::Locale->get_handle('en');
sub T {
Expand Down Expand Up @@ -1413,7 +1413,7 @@ David E. Wheeler <david@justatheory.com>
=head1 Copyright and License
Copyright (c) 2010-2023 David E. Wheeler.
Copyright (c) 2010-2024 David E. Wheeler.
This module is free software; you can redistribute it and/or modify it under
the L<PostgreSQL License|https://www.opensource.org/licenses/postgresql>.
Expand Down
2 changes: 1 addition & 1 deletion www/ui/js/lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* PGXN JavaScript Library
* https://pgxn.org/
*
* Copyright (c) 2010-2021 David E. Wheeler.
* Copyright (c) 2010-2024 David E. Wheeler.
*
*/

Expand Down

0 comments on commit 97e9c13

Please sign in to comment.