Skip to content

Commit

Permalink
incrementing version after release
Browse files Browse the repository at this point in the history
  • Loading branch information
preaction committed Dec 28, 2016
1 parent 3f6e988 commit aa3a246
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Changelog for CPAN-Testers-API

{{ $NEXT }}

0.006 2016-12-27 20:05:59-06:00 America/Chicago

[Fixed]

- Fixed index page documentation links (broken in 0.005)
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ my %WriteMakefileArgs = (
"Test::Lib" => 0,
"Test::More" => "1.001005"
},
"VERSION" => "0.006",
"VERSION" => "0.007",
"test" => {
"TESTS" => "t/*.t t/controller/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion bin/cpantesters-api
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env perl
# PODNAME: cpantesters-api
our $VERSION = '0.006';
our $VERSION = '0.007';

=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/CPAN/Testers/API.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package CPAN::Testers::API;
our $VERSION = '0.006';
our $VERSION = '0.007';
# ABSTRACT: REST API for CPAN Testers data

=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/CPAN/Testers/API/Base.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use utf8;
package CPAN::Testers::API::Base;
our $VERSION = '0.006';
our $VERSION = '0.007';
# ABSTRACT: Base module for importing standard modules, features, and subs

=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/CPAN/Testers/API/Controller/Release.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package CPAN::Testers::API::Controller::Release;
our $VERSION = '0.006';
our $VERSION = '0.007';
# ABSTRACT: API for test reports collected by CPAN release

=head1 DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion lib/CPAN/Testers/API/Controller/Upload.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package CPAN::Testers::API::Controller::Upload;
our $VERSION = '0.006';
our $VERSION = '0.007';
# ABSTRACT: API for uploads to CPAN

=head1 DESCRIPTION
Expand Down

0 comments on commit aa3a246

Please sign in to comment.