Skip to content

Commit a199f04

Browse files
Packaging for v3.5.1 (#335)
1 parent 0079944 commit a199f04

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

HISTORY.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Flow Production Tracking Python API Changelog
44

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

7+
v3.5.1 (2024 Apr 3)
8+
===================
9+
- Documentation: Revert to Shotgun in the API Reference headers to keep consistency with the API methods
10+
- Mockgun: fix entity data type
11+
- Mockgun: add support for ``add_user_agent`` and ``set_session_uuid`` methods
12+
713
v3.5.0 (2024 Mar 26)
814
===================
915
- Rebranding component for Flow Production Tracking

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
setup(
2929
name='shotgun_api3',
30-
version='3.5.0',
30+
version='3.5.1',
3131
description='Flow Production Tracking Python API ',
3232
long_description=readme,
3333
author='Autodesk',

shotgun_api3/shotgun.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def _is_mimetypes_broken():
122122

123123
# ----------------------------------------------------------------------------
124124
# Version
125-
__version__ = "3.5.0"
125+
__version__ = "3.5.1"
126126

127127
# ----------------------------------------------------------------------------
128128
# Errors

0 commit comments

Comments
 (0)