We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 444cc8e commit 03cda36Copy full SHA for 03cda36
pyblish/version.py
@@ -1,7 +1,7 @@
1
2
VERSION_MAJOR = 1
3
VERSION_MINOR = 8
4
-VERSION_PATCH = 11
+VERSION_PATCH = 12
5
6
version_info = (VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH)
7
version = '%i.%i.%i' % version_info
0 commit comments