File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ Flow Production Tracking Python API Changelog
44
55Here you can see the full list of changes between each Python API release.
66
7+ v3.5.0 (2024 Mar 26)
8+ ===================
9+ - Rebranding component for Flow Production Tracking
10+
711v3.4.2 (2024 Feb 6)
812===================
913- Add support for Python 3.11
Original file line number Diff line number Diff line change 2727
2828setup (
2929 name = 'shotgun_api3' ,
30- version = '3.4.2 ' ,
30+ version = '3.5.0 ' ,
3131 description = 'Flow Production Tracking Python API ' ,
3232 long_description = readme ,
3333 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.4.2 "
125+ __version__ = "3.5.0 "
126126
127127# ----------------------------------------------------------------------------
128128# Errors
You can’t perform that action at this time.
0 commit comments