File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,18 @@ ShotGrid Python API Changelog
44
55Here you can see the full list of changes between each Python API release.
66
7+ v3.3.6 (2023 Aug 29)
8+ ====================
9+ - Update docs for entity fields.
10+ - Fix typo.
11+ - Fix incorrect hint.
12+ - Reformat code examples to prevent text overflow.
13+ - Bump certifi from 2020.06.20 to 2022.12.7 in /shotgun_api3/lib.
14+ - Skip SG-MIM entities.
15+ - Replace shotgunsoftware references.
16+ - Deprecation of Python 2.
17+ - Security upgrade certifi to latest version 2023.07.22.
18+
719v3.3.5 (2023 Jan 5)
820====================
921- Add "Setting Up Your Environment with the Python API" to Python Docs (python-api docs).
Original file line number Diff line number Diff line change 2222
2323setup (
2424 name = 'shotgun_api3' ,
25- version = '3.3.5 ' ,
25+ version = '3.3.6 ' ,
2626 description = 'Shotgun Python API ' ,
2727 long_description = readme ,
2828 author = 'Shotgun Software' ,
Original file line number Diff line number Diff line change 9999
100100# ----------------------------------------------------------------------------
101101# Version
102- __version__ = "3.3.5 "
102+ __version__ = "3.3.6 "
103103
104104# ----------------------------------------------------------------------------
105105# Errors
You can’t perform that action at this time.
0 commit comments