[Bps-public-commit] rtx-calendar branch, master, updated. 0.17
Thomas Sibley
trs at bestpractical.com
Thu Jul 11 13:27:20 EDT 2013
The branch, master has been updated
via 82baaeba4be49aa762d984a6529790e685c86ba4 (commit)
from 172868e1eeec746c43239e6acd85d3c6bd150e09 (commit)
Summary of changes:
CHANGES | 5 ++++-
META.yml | 2 +-
lib/RTx/Calendar.pm | 2 +-
3 files changed, 6 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit 82baaeba4be49aa762d984a6529790e685c86ba4
Author: Thomas Sibley <trs at bestpractical.com>
Date: Thu Jul 11 10:26:02 2013 -0700
Releng 0.17 due to PAUSE permissions
Versions are cheap, and it means I don't have to bug anyone to update
MetaCPAN.
diff --git a/CHANGES b/CHANGES
index b0eef0c..423fbc2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,7 @@
-Changes for 0.16
+Changes for 0.17
+ * Re-released after resolving PAUSE permissions; no changes since 0.16
+
+Changes for 0.16 â Never indexed by PAUSE
* Remove dependency on Date::ICal and use RT::Date's support instead
Changes for 0.15
diff --git a/META.yml b/META.yml
index 77ca84a..7b605ed 100644
--- a/META.yml
+++ b/META.yml
@@ -28,4 +28,4 @@ requires:
Digest::SHA: 0
resources:
license: http://dev.perl.org/licenses/
-version: 0.16
+version: 0.17
diff --git a/lib/RTx/Calendar.pm b/lib/RTx/Calendar.pm
index 8ad3208..db5a792 100644
--- a/lib/RTx/Calendar.pm
+++ b/lib/RTx/Calendar.pm
@@ -4,7 +4,7 @@ use strict;
use DateTime;
use DateTime::Set;
-our $VERSION = "0.16";
+our $VERSION = "0.17";
RT->AddStyleSheets('calendar.css')
if RT->can('AddStyleSheets');
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list