Skip to content

Commit

Permalink
packaging for the v3.3.5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
NorberMV committed Jan 5, 2023
1 parent 9751d80 commit 07d3d02
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ ShotGrid Python API Changelog

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

v3.3.5 (2023 Jan 5)
====================
- Add "Setting Up Your Environment with the Python API" to Python Docs (python-api docs).
- [Python API Documentation] Update Python version requirements.
- Rename Shotgun to Shotgrid in every about text like tk-multi-demo git repository.
- Rename Shotgun servers to ShotGrid servers in the documentation.

v3.3.4 (2022 June 9)
====================
- Adds Retries on 503 Errors when uploading to S3.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

setup(
name='shotgun_api3',
version='3.3.4',
version='3.3.5',
description='Shotgun Python API ',
long_description=readme,
author='Shotgun Software',
Expand Down
2 changes: 1 addition & 1 deletion shotgun_api3/shotgun.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def _is_mimetypes_broken():

# ----------------------------------------------------------------------------
# Version
__version__ = "3.3.4"
__version__ = "3.3.5"

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

0 comments on commit 07d3d02

Please sign in to comment.