Skip to content

Commit 09dd4cb

Browse files
Packaging for the v3.9.0 release (#413)
* packaging for the v3.9.0 release
1 parent 0a03a6b commit 09dd4cb

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

HISTORY.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +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.5 (2025 Xxx X)
7+
v3.9.0 (2025 Sep 10)
8+
===================
9+
10+
- Removed Python 2 code.
11+
- Removed the six module. Note: if your code depends on the six library previously included in this package, you will need to update it, as it is no longer supported.
12+
13+
v3.8.5 (2025 Jul 31)
814
===================
915

1016
- We don't want to retry on general exceptions (e.g. timeout or remote disconnection)

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.4",
23+
version="3.9.0",
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
@@ -81,7 +81,7 @@
8181

8282
# ----------------------------------------------------------------------------
8383
# Version
84-
__version__ = "3.8.4"
84+
__version__ = "3.9.0"
8585

8686
# ----------------------------------------------------------------------------
8787
# Errors

0 commit comments

Comments
 (0)