[Bps-public-commit] RT-Extension-MandatoryOnTransition branch, master, updated. 0.09
Alex Vandiver
alexmv at bestpractical.com
Tue Sep 30 18:26:12 EDT 2014
The branch, master has been updated
via 8ad3fb77e78a8fe4cc3a49f68e568d3f24805824 (commit)
from efd5c77457b62e0797417c58eb5a110c6082cddc (commit)
Summary of changes:
Changes | 3 +++
MANIFEST | 1 -
META.yml | 2 +-
lib/RT/Extension/MandatoryOnTransition.pm | 2 +-
4 files changed, 5 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit 8ad3fb77e78a8fe4cc3a49f68e568d3f24805824
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Tue Sep 30 18:25:19 2014 -0400
Version 0.09 releng
diff --git a/Changes b/Changes
index a074c16..19c7a51 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+0.09 2014-09-30
+ - Further MANIFEST fixes (..sigh)
+
0.08 2014-09-30
- MANIFEST fixes
diff --git a/MANIFEST b/MANIFEST
index 1408924..b86364d 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -28,7 +28,6 @@ Makefile.PL
MANIFEST This list of files
MANIFEST.SKIP
META.yml
-patches/4.0.8-additional-mobile-callbacks-plus-style.diff
README
xt/basic.t
xt/mandatory_on_create.t
diff --git a/META.yml b/META.yml
index 10b3d41..c305f9c 100644
--- a/META.yml
+++ b/META.yml
@@ -25,6 +25,6 @@ requires:
perl: 5.8.3
resources:
license: http://opensource.org/licenses/gpl-license.php
-version: '0.08'
+version: '0.09'
x_module_install_rtx_version: '0.36'
x_requires_rt: 4.0.9
diff --git a/lib/RT/Extension/MandatoryOnTransition.pm b/lib/RT/Extension/MandatoryOnTransition.pm
index 77afe57..02af159 100644
--- a/lib/RT/Extension/MandatoryOnTransition.pm
+++ b/lib/RT/Extension/MandatoryOnTransition.pm
@@ -2,7 +2,7 @@ use strict;
use warnings;
package RT::Extension::MandatoryOnTransition;
-our $VERSION = '0.08';
+our $VERSION = '0.09';
=head1 NAME
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list