Skip to content

Commit 6f56cf2

Browse files
SG-43906 Packaging for v3.10.3 (#455)
Version bump following the SG-43906 Python 3.7/3.8 cleanup (#454), so it can be published and picked up by tk-core's vendoring script.
1 parent 818a453 commit 6f56cf2

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

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.10.3 (2026 Jul 20)
8+
=====================
9+
10+
- Removed Python 3.7/3.8 compatibility code: simplified the version guard to a
11+
single Python 3.9 check, and removed the dead pre-3.8 branch in
12+
``Shotgun._split_url()`` that used the deprecated ``urllib.parse.splituser``.
13+
714
v3.10.2 (2026 Jun 26)
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.10.2",
23+
version="3.10.3",
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
@@ -93,7 +93,7 @@
9393

9494
# ----------------------------------------------------------------------------
9595
# Version
96-
__version__ = "3.10.2"
96+
__version__ = "3.10.3"
9797

9898

9999
# ----------------------------------------------------------------------------

0 commit comments

Comments
 (0)