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
+ *****************************
4
4
5
5
Here you can see the full list of changes between each Python API release.
6
6
7
+ v3.3.0 (2021 Jun 7)
8
+ ===================
9
+ - Updates documentation and error messages to mention ShogGrid.
10
+
7
11
v3.2.6 (2020 Nov 24)
8
12
=====================
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.
10
14
11
15
v3.2.4 (2020 May 25)
12
16
=====================
Original file line number Diff line number Diff line change 27
27
28
28
setup (
29
29
name = 'shotgun_api3' ,
30
- version = '3.2.6 ' ,
30
+ version = '3.3.0 ' ,
31
31
description = 'Shotgun Python API ' ,
32
32
long_description = readme ,
33
33
author = 'Shotgun Software' ,
34
- author_email = 'support@ shotgunsoftware.com' ,
34
+ author_email = 'https:// support. shotgunsoftware.com' ,
35
35
url = 'https://github.com/shotgunsoftware/python-api' ,
36
36
license = license ,
37
37
packages = find_packages (exclude = ('tests' ,)),
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ def _is_mimetypes_broken():
117
117
118
118
# ----------------------------------------------------------------------------
119
119
# Version
120
- __version__ = "3.2.6 "
120
+ __version__ = "3.3.0 "
121
121
122
122
# ----------------------------------------------------------------------------
123
123
# Errors
You can’t perform that action at this time.
0 commit comments