Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ Flow Production Tracking Python API Changelog

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

v3.8.5 (2025 Xxx X)
v3.9.0 (2025 Sep 10)
===================

- Removed Python 2 code.
- Removed the six module. Note: if your code depends on the six library previously included in this package, you will need to update it, as it is no longer supported.

v3.8.5 (2025 Jul 31)
===================

- We don't want to retry on general exceptions (e.g. timeout or remote disconnection)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name="shotgun_api3",
version="3.8.4",
version="3.9.0",
description="Flow Production Tracking Python API",
long_description=readme,
author="Autodesk",
Expand Down
2 changes: 1 addition & 1 deletion shotgun_api3/shotgun.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

# ----------------------------------------------------------------------------
# Version
__version__ = "3.8.4"
__version__ = "3.9.0"

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