Skip to content

Commit

Permalink
Release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Doyle committed Jun 21, 2021
1 parent c830cf7 commit 640b11f
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME=simp
VERSION=1.6.1
VERSION=1.7.0

.PHONY: dist

Expand Down
2 changes: 1 addition & 1 deletion lib/GRNOC/Simp/Comp.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use GRNOC::Config;
use GRNOC::Log;
use GRNOC::Simp::Comp::Worker;

our $VERSION = '1.6.1';
our $VERSION = '1.7.0';

### REQUIRED ATTRIBUTES ###

Expand Down
2 changes: 1 addition & 1 deletion lib/GRNOC/Simp/Data.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use GRNOC::Config;
use GRNOC::Log;
use GRNOC::Simp::Data::Worker;

our $VERSION = '1.6.1';
our $VERSION = '1.7.0';

=head2 public attributes
=over 12
Expand Down
2 changes: 1 addition & 1 deletion lib/GRNOC/Simp/Poller.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use GRNOC::Config;
use GRNOC::Log;
use GRNOC::Simp::Poller::Worker;

our $VERSION = '1.6.1';
our $VERSION = '1.7.0';

### Required Attributes ###
=head2 public attributes
Expand Down
2 changes: 1 addition & 1 deletion lib/GRNOC/Simp/TSDS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package GRNOC::Simp::TSDS;
use strict;
use warnings;

our $VERSION = '1.6.1';
our $VERSION = '1.7.0';

=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion simp-comp.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: A system for fetching data from simp and compiling the data into a composite
Name: simp-comp
Version: 1.6.1
Version: 1.7.0
Release: 1%{dist}
License: GRNOC
Group: GRNOC
Expand Down
2 changes: 1 addition & 1 deletion simp-data.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: A small system for fetching SNMP data from redis and returning it via RabbitMQ
Name: simp-data
Version: 1.6.1
Version: 1.7.0
Release: 1%{dist}
License: GRNOC
Group: GRNOC
Expand Down
2 changes: 1 addition & 1 deletion simp-monitor.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: simp-monitor
Version: 1.6.1
Version: 1.7.0
Release: 1%{?dist}
Summary: A functionality to monitor SIMP
License: GRNOC
Expand Down
2 changes: 1 addition & 1 deletion simp-poller.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: A small system for gathering large amounts of SNMP data and pushing them into redis
Name: simp-poller
Version: 1.6.1
Version: 1.7.0
Release: 1%{dist}
License: GRNOC
Group: GRNOC
Expand Down
2 changes: 1 addition & 1 deletion simp-tsds.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: SIMP TSDS Collector
Name: simp-tsds
Version: 1.6.1
Version: 1.7.0
Release: 1%{dist}
License: APL 2.0
Group: Network
Expand Down

0 comments on commit 640b11f

Please sign in to comment.