From fab50b9596cdf0988e554f55c68961f89d991998 Mon Sep 17 00:00:00 2001 From: Andrew Kaufman Date: Wed, 3 Sep 2014 10:25:59 -0700 Subject: [PATCH] Packporting some changes from master. Bumped patch version. --- Changes | 7 +++++++ SConstruct | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 28aa5a3a854..a1826c6ff4f 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,10 @@ +# 0.96.3 + +#### Core + +- Improved Plug bindings with a new PlugClass helper class. +- Fixed serialisation of non-dynamic ArrayPlugs. + # 0.96.2 #### UI diff --git a/SConstruct b/SConstruct index 9e9b17fa7e2..fbe0055f08d 100644 --- a/SConstruct +++ b/SConstruct @@ -494,7 +494,7 @@ env = Environment( GAFFER_MAJOR_VERSION = "0", GAFFER_MINOR_VERSION = "96", - GAFFER_PATCH_VERSION = "2", + GAFFER_PATCH_VERSION = "3", )