Skip to content

Commit

Permalink
Updates version to 3.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfboismenu committed Jun 3, 2021
1 parent 1057ebb commit bd80bed
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
12 changes: 8 additions & 4 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
****************************
Shotgun Python API Changelog
****************************
*****************************
ShotGrid Python API Changelog
*****************************

Here you can see the full list of changes between each Python API release.

v3.3.0 (2021 Jun 7)
===================
- Updates documentation and error messages to mention ShogGrid.

v3.2.6 (2020 Nov 24)
=====================
- Now includes certifi and defaults to using the certificates provided with that module.
- Now includes ``certifi`` and defaults to using the certificates provided with that module.

v3.2.4 (2020 May 25)
=====================
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@

setup(
name='shotgun_api3',
version='3.2.6',
version='3.3.0',
description='Shotgun Python API ',
long_description=readme,
author='Shotgun Software',
author_email='support@shotgunsoftware.com',
author_email='https://support.shotgunsoftware.com',
url='https://github.com/shotgunsoftware/python-api',
license=license,
packages=find_packages(exclude=('tests',)),
Expand Down
2 changes: 1 addition & 1 deletion shotgun_api3/shotgun.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def _is_mimetypes_broken():

# ----------------------------------------------------------------------------
# Version
__version__ = "3.2.6"
__version__ = "3.3.0"

# ----------------------------------------------------------------------------
# Errors
Expand Down

0 comments on commit bd80bed

Please sign in to comment.