Skip to content

Commit

Permalink
Merge pull request #292 from darkvertex/mandatory_instances_support
Browse files Browse the repository at this point in the history
Add support for mandatory instances
  • Loading branch information
mottosso authored Jul 11, 2018
2 parents 8ff555e + 0b4d765 commit 4a388e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pyblish_qml/ipc/formatting.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ def format_data(data):
"publish",
"comment",

# Allows an instance to be non-optional (ie, mandatory)
"optional",

# Provided by service.py
"host",
"port",
Expand Down
2 changes: 1 addition & 1 deletion pyblish_qml/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

VERSION_MAJOR = 1
VERSION_MINOR = 7
VERSION_PATCH = 3
VERSION_PATCH = 4

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

0 comments on commit 4a388e5

Please sign in to comment.