[Bps-public-commit] RT-Extension-PriorityAsString branch, master, updated. 1.03

Alex Vandiver alexmv at bestpractical.com
Thu Dec 18 17:36:14 EST 2014


The branch, master has been updated
       via  364af3150b544f01589dc7c956c1e9744eaf9a17 (commit)
      from  8fe485c3c6da4e61e7ffb6c474a94f9fb154e318 (commit)

Summary of changes:
 CHANGES                              | 3 +++
 META.yml                             | 2 +-
 Makefile.PL                          | 1 +
 lib/RT/Extension/PriorityAsString.pm | 2 +-
 4 files changed, 6 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 364af3150b544f01589dc7c956c1e9744eaf9a17
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Thu Dec 18 17:35:50 2014 -0500

    Version 1.03 releng

diff --git a/CHANGES b/CHANGES
index b5bb54f..3d167f9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+1.03 2014-12-18
+ - Sign the release
+
 1.02 2014-09-29
  - Provide our own copy of CSSClass(), for compatibility with RT 4.0
 
diff --git a/META.yml b/META.yml
index 97b7ed1..c494bb7 100644
--- a/META.yml
+++ b/META.yml
@@ -25,7 +25,7 @@ requires:
 resources:
   license: http://dev.perl.org/licenses/
   repository: https://github.com/bestpractical/rt-extension-priorityasstring
-version: '1.02'
+version: '1.03'
 x_module_install_rtx_version: '0.36'
 x_requires_rt: 4.0.0
 x_rt_too_new: 4.4.0
diff --git a/Makefile.PL b/Makefile.PL
index e596268..fc28649 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -9,4 +9,5 @@ rt_too_new '4.4.0';
 
 no_index('package' => 'RT::Ticket');
 
+sign;
 WriteAll();
diff --git a/lib/RT/Extension/PriorityAsString.pm b/lib/RT/Extension/PriorityAsString.pm
index 8df9b3e..e88c5eb 100644
--- a/lib/RT/Extension/PriorityAsString.pm
+++ b/lib/RT/Extension/PriorityAsString.pm
@@ -4,7 +4,7 @@ use warnings;
 
 package RT::Extension::PriorityAsString;
 
-our $VERSION = '1.02';
+our $VERSION = '1.03';
 
 =head1 NAME
 

-----------------------------------------------------------------------


More information about the Bps-public-commit mailing list