Skip to content

Commit

Permalink
Merge pull request #280 from mottosso/master
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
mottosso authored Jun 24, 2016
2 parents f54ab15 + f30b0e0 commit c676afd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ pyblish Changelog

This contains all major version changes between pyblish releases.

Version 1.4.1
-------------

- Feature: register_gui (#279)


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

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

VERSION_MAJOR = 1
VERSION_MINOR = 4
VERSION_PATCH = 0
VERSION_PATCH = 1

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

0 comments on commit c676afd

Please sign in to comment.