File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,20 @@ ShotGrid 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.4.1 (2023 Jan 29)
8
+ ====================
9
+ - Flaky Tests
10
+ - Documentation: Fix issue regarding "in" filter prototype
11
+ - Documentation: Travis badge image is no working anymore
12
+ - Documentation: Add ``user_subscription_read `` and ``user_subscription_create `` methods
13
+ - Update Python Certifi license block
14
+ - Add methods for the user_subscriptions API end points
15
+ - Retry ShotGrid request also on error 504
16
+ - Retry S3 uploads on error 500
17
+ - Comment typing annotation breaks Python 2 compatibility
18
+ - Add field type ``entity_type `` to mockgun
19
+
20
+
7
21
v3.4.0 (2023 Sep 22)
8
22
====================
9
23
- Started support for Python 3.10 for CI.
Original file line number Diff line number Diff line change 27
27
28
28
setup (
29
29
name = 'shotgun_api3' ,
30
- version = '3.4.0 ' ,
30
+ version = '3.4.1 ' ,
31
31
description = 'ShotGrid Python API ' ,
32
32
long_description = readme ,
33
33
author = 'ShotGrid Software' ,
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.4.0 "
125
+ __version__ = "3.4.1 "
126
126
127
127
# ----------------------------------------------------------------------------
128
128
# Errors
You can’t perform that action at this time.
0 commit comments