Skip to content

Commit 180f025

Browse files
Packaging for v3.8.3-beta1
1 parent 63484fe commit 180f025

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

HISTORY.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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.8.3-beta1 (2025 May 7)
8+
==========================
9+
10+
- We don't want to retry on a general exceptions (e.g. Timeout or remote disconnection)
11+
because we might send a resource modification request (create, batch create, etc) and
12+
we can end up duplicating things.
13+
714
v3.8.2 (2025 Mar 11)
815
====================
916

setup.py

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

2121
setup(
2222
name="shotgun_api3",
23-
version="3.8.2",
23+
version="3.8.3-beta1",
2424
description="Flow Production Tracking Python API",
2525
long_description=readme,
2626
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.8.2"
125+
__version__ = "3.8.3-beta1"
126126

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

0 commit comments

Comments
 (0)