File tree 1 file changed +6
-1
lines changed 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 32
32
# https://support.shotgunsoftware.com/forums/48807-developer-api-info
33
33
# ---------------------------------------------------------------------------------------------
34
34
35
- __version__ = "3.0.2 "
35
+ __version__ = "3.0.3 "
36
36
37
37
# ---------------------------------------------------------------------------------------------
38
38
# SUMMARY
58
58
# CHANGELOG
59
59
# ---------------------------------------------------------------------------------------------
60
60
"""
61
+ +v3.0.3 - 2010 Oct 21
62
+ + add support for local files. injects convenience info into returned hash for local file links
63
+ + add schema cache support for client API functions. Expires every hour by default (for long-running
64
+ scripts)
65
+
61
66
+v3.0.2 - 2010 May 10
62
67
+ add revive() method to revive deleted entities
63
68
You can’t perform that action at this time.
0 commit comments