Skip to content

Commit

Permalink
Packporting some changes from master. Bumped patch version.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkaufman committed Sep 3, 2014
1 parent 48785a4 commit fab50b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ env = Environment(

GAFFER_MAJOR_VERSION = "0",
GAFFER_MINOR_VERSION = "96",
GAFFER_PATCH_VERSION = "2",
GAFFER_PATCH_VERSION = "3",

)

Expand Down

0 comments on commit fab50b9

Please sign in to comment.