Skip to content

Commit

Permalink
updated changes, bumped to v16.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsminor committed Sep 8, 2015
1 parent 5ceb118 commit 1476c26
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 0.16.0.3
==========

UI
-----------------------------------------------------------------------

- fixed a problem whereby presets were not being transferred when
promoting a compound plug on a RenderManAttributes node.

Core
-----------------------------------------------------------------------

- Fixed issue where non-ValuePlugs were not syncing during
setPlugValue().

# 0.16.0.2
==========

Expand Down
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ import subprocess
gafferMilestoneVersion = 0 # for announcing major milestones - may contain all of the below
gafferMajorVersion = 16 # backwards-incompatible changes
gafferMinorVersion = 0 # new backwards-compatible features
gafferPatchVersion = 2 # bug fixes
gafferPatchVersion = 3 # bug fixes

# All of the following must be considered when determining
# whether or not a change is backwards-compatible
Expand Down

0 comments on commit 1476c26

Please sign in to comment.