update version and changes (_14 was the last one I can see, so _15 it is) devrel
Matt S Trout [Thu, 5 Oct 2017 02:58:16 +0000 (02:58 +0000)]
Changes
lib/DBIx/Class.pm

diff --git a/Changes b/Changes
index fabe41d..e006246 100644 (file)
--- a/Changes
+++ b/Changes
@@ -4,6 +4,7 @@ Current Known Issues / Regressions
 
 Revision history for DBIx::Class
 
+0.082899_15 2017-10-05 03:55 (UTC)
     * Notable Changes and Deprecations
         - The entire class hierarchy now explicitly sets the 'c3' mro, even
           in cases where load_components was not used. Extensive testing led
index cdcbcbb..fcc6783 100644 (file)
@@ -14,7 +14,7 @@ our $VERSION;
 # $VERSION declaration must stay up here, ahead of any other package
 # declarations, as to not confuse various modules attempting to determine
 # this ones version, whether that be s.c.o. or Module::Metadata, etc
-$VERSION = '0.082899_25';
+$VERSION = '0.082899_15';
 
 $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases