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
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,6 +4,12 @@ Flow Production Tracking Python API Changelog

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

v3.5.1 (2024 Apr 3)
===================
- Documentation: Revert to Shotgun in the API Reference headers to keep consistency with the API methods
- Mockgun: fix entity data type
- Mockgun: add support for ``add_user_agent`` and ``set_session_uuid`` methods

v3.5.0 (2024 Mar 26)
===================
- Rebranding component for Flow Production Tracking
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line numberDiff line numberDiff line change
Expand Up@@ -27,7 +27,7 @@

setup(
name='shotgun_api3',
version='3.5.0',
version='3.5.1',
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 numberDiff line numberDiff line change
Expand Up@@ -122,7 +122,7 @@ def _is_mimetypes_broken():

# ----------------------------------------------------------------------------
# Version
__version__ = "3.5.0"
__version__ = "3.5.1"

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