Skip to content

Commit

Permalink
Updating Pyblish X
Browse files Browse the repository at this point in the history
  • Loading branch information
mottosso committed Jul 9, 2015
1 parent 1aec746 commit 38e0463
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
pyblish-win CHANGELOG
======================

Version 1.0.8
-------------

- Updated Pyblish X to 0.1.4

Version 1.0.7
-------------

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

VERSION_MAJOR = 1
VERSION_MINOR = 0
VERSION_PATCH = 7
VERSION_PATCH = 8

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

0 comments on commit 38e0463

Please sign in to comment.