File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ Flow Production Tracking Python API Changelog
44
55Here you can see the full list of changes between each Python API release.
66
7+ v3.8.4 (2025 Jun 11)
8+ ====================
9+
10+ - Replace ``utcfromtimestamp `` to prevent breaking changes in Python 3.12.
11+
712v3.8.3 (2025 May 22)
813====================
914
Original file line number Diff line number Diff line change 2020
2121setup (
2222 name = "shotgun_api3" ,
23- version = "3.8.2 " ,
23+ version = "3.8.4 " ,
2424 description = "Flow Production Tracking Python API" ,
2525 long_description = readme ,
2626 author = "Autodesk" ,
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ def _is_mimetypes_broken():
122122
123123# ----------------------------------------------------------------------------
124124# Version
125- __version__ = "3.8.2 "
125+ __version__ = "3.8.4 "
126126
127127# ----------------------------------------------------------------------------
128128# Errors
You can’t perform that action at this time.
0 commit comments