Skip to content

Commit 5b9fb61

Browse files
author
KP
committed
bump version to v3.0.3 with changelog
1 parent 0eb459b commit 5b9fb61

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

shotgun_api3.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# https://support.shotgunsoftware.com/forums/48807-developer-api-info
3333
# ---------------------------------------------------------------------------------------------
3434

35-
__version__ = "3.0.2"
35+
__version__ = "3.0.3"
3636

3737
# ---------------------------------------------------------------------------------------------
3838
# SUMMARY
@@ -58,6 +58,11 @@
5858
# CHANGELOG
5959
# ---------------------------------------------------------------------------------------------
6060
"""
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+
6166
+v3.0.2 - 2010 May 10
6267
+ add revive() method to revive deleted entities
6368

0 commit comments

Comments
 (0)