Skip to content

Commit c7be882

Browse files
author
Jeff Beeland
committed
[minor] Prep work for release: docs updated and polished and changelog updates.
1 parent abcff4c commit c7be882

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

HISTORY.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ v3.0.37
99

1010
- Proper support added for unicode and utf-8 string paths given to upload methods, and a sane error is raised when an unusable string encoding is used.
1111
- Adds support for querying preferences from Shotgun via the new preferences_read method.
12+
- Under-the-hood changes to add support for direct to s3 uploads to Shotgun. This change should be transparent to users.
1213

1314
v3.0.36
1415
=====================

docs/reference.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ also some specialized convenience methods for accessing particular types of info
140140
.. automethod:: Shotgun.update_project_last_accessed
141141
.. automethod:: Shotgun.work_schedule_read
142142
.. automethod:: Shotgun.work_schedule_update
143+
.. automethod:: Shotgun.preferences_read
143144

144145
Working With Files
145146
==================

shotgun_api3/shotgun.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3078,6 +3078,7 @@ def preferences_read(self, prefs=None):
30783078
{
30793079
"pref_name": "pref value"
30803080
}
3081+
30813082
:param list prefs: An optional list of preference names to return.
30823083
:returns: Dictionary of preferences and their values.
30833084
:rtype: dict

0 commit comments

Comments
 (0)