diff --git a/HISTORY.rst b/HISTORY.rst index 14b73aca..4800629d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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) ===================== diff --git a/setup.py b/setup.py index 6871124f..59e80b2e 100644 --- a/setup.py +++ b/setup.py @@ -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',)), diff --git a/shotgun_api3/shotgun.py b/shotgun_api3/shotgun.py index 75d2303c..0c31b1c9 100644 --- a/shotgun_api3/shotgun.py +++ b/shotgun_api3/shotgun.py @@ -117,7 +117,7 @@ def _is_mimetypes_broken(): # ---------------------------------------------------------------------------- # Version -__version__ = "3.2.6" +__version__ = "3.3.0" # ---------------------------------------------------------------------------- # Errors