[Bps-public-commit] rt-extension-assetsql branch, master, updated. b4b5650f93731354b717a9a5f135dae7f7684254

Shawn Moore shawn at bestpractical.com
Thu Jun 30 21:42:12 EDT 2016


The branch, master has been updated
       via  b4b5650f93731354b717a9a5f135dae7f7684254 (commit)
      from  9e2f9107404482751c46c922866858074e5a130d (commit)

Summary of changes:
 Changes                      | 3 +++
 META.yml                     | 2 +-
 lib/RT/Extension/AssetSQL.pm | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit b4b5650f93731354b717a9a5f135dae7f7684254
Author: Shawn M Moore <shawn at bestpractical.com>
Date:   Fri Jul 1 01:33:31 2016 +0000

    0.03 releng

diff --git a/Changes b/Changes
index 5d755d7..014fd80 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+0.03
+  - add asset support for RT's upcoming CustomDateRanges
+
 0.02
   - add support for linking multiple assets to a ticket on bulk update
   - add assets support for upcoming search UI
diff --git a/META.yml b/META.yml
index 08decb3..05861ca 100644
--- a/META.yml
+++ b/META.yml
@@ -26,7 +26,7 @@ requires:
   perl: 5.10.1
 resources:
   license: http://opensource.org/licenses/gpl-license.php
-version: '0.02'
+version: '0.03'
 x_module_install_rtx_version: '0.37'
 x_requires_rt: '4.4'
 x_rt_too_new: '4.6'
diff --git a/lib/RT/Extension/AssetSQL.pm b/lib/RT/Extension/AssetSQL.pm
index eceb517..0434887 100644
--- a/lib/RT/Extension/AssetSQL.pm
+++ b/lib/RT/Extension/AssetSQL.pm
@@ -3,7 +3,7 @@ use warnings;
 package RT::Extension::AssetSQL;
 use 5.010_001;
 
-our $VERSION = '0.02';
+our $VERSION = '0.03';
 
 require RT::Extension::AssetSQL::Assets;
 

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


More information about the Bps-public-commit mailing list