File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ Flow Production Tracking Python API Changelog
4
4
5
5
Here you can see the full list of changes between each Python API release.
6
6
7
+ v3.8.1 (2025 Feb 25)
8
+ ====================
9
+
10
+ - Upgrade certifi to 2024.12.14.
11
+ - Apply black 25.1.0 formatting to the source code.
12
+ - Update Software Credits
13
+
7
14
v3.8.0 (2025 Feb 7)
8
15
===================
9
16
Original file line number Diff line number Diff line change 20
20
21
21
setup (
22
22
name = "shotgun_api3" ,
23
- version = "3.8.0 " ,
23
+ version = "3.8.1 " ,
24
24
description = "Flow Production Tracking Python API" ,
25
25
long_description = readme ,
26
26
author = "Autodesk" ,
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ def _is_mimetypes_broken():
122
122
123
123
# ----------------------------------------------------------------------------
124
124
# Version
125
- __version__ = "3.8.0 "
125
+ __version__ = "3.8.1 "
126
126
127
127
# ----------------------------------------------------------------------------
128
128
# Errors
You can’t perform that action at this time.
0 commit comments