Skip to content

Commit bd80bed

Browse files
committed
Updates version to 3.3.0.
1 parent 1057ebb commit bd80bed

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

HISTORY.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1-
****************************
2-
Shotgun Python API Changelog
3-
****************************
1+
*****************************
2+
ShotGrid Python API Changelog
3+
*****************************
44

55
Here 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+
711
v3.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

1115
v3.2.4 (2020 May 25)
1216
=====================

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727

2828
setup(
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',)),

shotgun_api3/shotgun.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)