Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mottosso committed Oct 27, 2015
1 parent edb42c4 commit f69610d
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.2.1
-------------

- Bugfix (https://github.com/pyblish/pyblish/issues/229)

Version 1.2.0
-------------

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 = 2
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 f69610d

Please sign in to comment.