diff --git a/Changes b/Changes index 07b0876559f..76489416d4a 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,6 @@ +0.30.1.0 +======== + Improvements ------------ @@ -13,6 +16,7 @@ Fixes - Dispatcher - Fixed GIL management bug which could cause deadlock if pre/post dispatch slots launched threads that attempt to use Python (#1916). - Fixed UI bug in frame range field (#1917). +- Reference : Reconnect outputs from any plugs. API --- diff --git a/SConstruct b/SConstruct index 459d323c5d3..a9f46f1ec1e 100644 --- a/SConstruct +++ b/SConstruct @@ -51,7 +51,7 @@ import subprocess gafferMilestoneVersion = 0 # for announcing major milestones - may contain all of the below gafferMajorVersion = 30 # backwards-incompatible changes -gafferMinorVersion = 0 # new backwards-compatible features +gafferMinorVersion = 1 # new backwards-compatible features gafferPatchVersion = 0 # bug fixes # All of the following must be considered when determining