File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed
Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 1- ****************************
2- Shotgun Python API Changelog
3- ****************************
1+ *****************************
2+ ShotGrid Python API Changelog
3+ *****************************
44
55Here you can see the full list of changes between each Python API release.
66
7+ v3.3.0 (2021 Jun 7)
8+ ===================
9+ - Updates documentation and error messages to mention ShogGrid.
10+
711v3.2.6 (2020 Nov 24)
812=====================
9- - Now includes certifi and defaults to using the certificates provided with that module.
13+ - Now includes `` certifi `` and defaults to using the certificates provided with that module.
1014
1115v3.2.4 (2020 May 25)
1216=====================
Original file line number Diff line number Diff line change 2727
2828setup (
2929 name = 'shotgun_api3' ,
30- version = '3.2.6 ' ,
30+ version = '3.3.0 ' ,
3131 description = 'Shotgun Python API ' ,
3232 long_description = readme ,
3333 author = 'Shotgun Software' ,
34- author_email = 'support@ shotgunsoftware.com' ,
34+ author_email = 'https:// support. shotgunsoftware.com' ,
3535 url = 'https://github.com/shotgunsoftware/python-api' ,
3636 license = license ,
3737 packages = find_packages (exclude = ('tests' ,)),
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ def _is_mimetypes_broken():
117117
118118# ----------------------------------------------------------------------------
119119# Version
120- __version__ = "3.2.6 "
120+ __version__ = "3.3.0 "
121121
122122# ----------------------------------------------------------------------------
123123# Errors
You can’t perform that action at this time.
0 commit comments