Skip to content

Commit

Permalink
Merge pull request #269 from mottosso/master
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
mottosso committed Apr 30, 2016
2 parents a4f3b9b + 2e1be8e commit 75de027
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ pyblish Changelog

This contains all major version changes between pyblish releases.

Version 1.4.0 - Steel
---------------------

- Enhancement: All major objects now boasts unique IDs for increased stability (#266)
- Enhancement: Stability improvements; Context and Instance are now much closer related (88478e9)
- Bugfix: InstancePlugin collector will error out util.publish() with multiple instances (#268)
- Enhancement: Simplified Iterator (#264)

Version 1.3.1
-------------

Expand Down
4 changes: 2 additions & 2 deletions pyblish/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

VERSION_MAJOR = 1
VERSION_MINOR = 3
VERSION_PATCH = 2
VERSION_MINOR = 4
VERSION_PATCH = 0

version_info = (VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH)
version = '%i.%i.%i' % version_info
Expand Down

0 comments on commit 75de027

Please sign in to comment.