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
44
55Here you can see the full list of changes between each Python API release.
66
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+
721v3.4.0 (2023 Sep 22)
822====================
923- Started support for Python 3.10 for CI.
Original file line number Diff line number Diff line change 2727
2828setup (
2929 name = 'shotgun_api3' ,
30- version = '3.4.0 ' ,
30+ version = '3.4.1 ' ,
3131 description = 'ShotGrid Python API ' ,
3232 long_description = readme ,
3333 author = 'ShotGrid Software' ,
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.0 "
125+ __version__ = "3.4.1 "
126126
127127# ----------------------------------------------------------------------------
128128# Errors
You can’t perform that action at this time.
0 commit comments