File tree 3 files changed +9
-2
lines changed
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.6.1 (2024 Jun 6)
8
+ ===================
9
+ - Adds multi_entity_update_modes support to mockgun ``update() `` and ``batch() `` methods.
10
+ - Implements a retry strategy only when encountering an URLError or SSLEOFError.
11
+ - Fixes the issue with deleting prefix and suffix for ``display_name `` variable at the moment of upload for a local install.
12
+ - Clarifies the use of ``_build_opener `` in ``download_attachment() ``.
13
+
7
14
v3.6.0 (2024 May 1)
8
15
===================
9
16
- Drop support for Python 2.7
Original file line number Diff line number Diff line change 27
27
28
28
setup (
29
29
name = 'shotgun_api3' ,
30
- version = '3.6.0 ' ,
30
+ version = '3.6.1 ' ,
31
31
description = 'Flow Production Tracking Python API' ,
32
32
long_description = readme ,
33
33
author = 'Autodesk' ,
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ def _is_mimetypes_broken():
115
115
116
116
# ----------------------------------------------------------------------------
117
117
# Version
118
- __version__ = "3.6.0 "
118
+ __version__ = "3.6.1 "
119
119
120
120
# ----------------------------------------------------------------------------
121
121
# Errors
You can’t perform that action at this time.
0 commit comments