File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ 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.0 (2023 Sep 22)
8
+ ====================
9
+ - Started support for Python 3.10 for CI.
10
+ - Add documentation for PublishedFiles preset filters.
11
+ - Upgrade httplib2 to 0.22.0.
12
+ - Update licensing.
13
+ - Updates Autodesk URLs.
14
+ - Fix flaky tests.
15
+
7
16
v3.3.6 (2023 Aug 29)
8
17
====================
9
18
- Update docs for entity fields.
Original file line number Diff line number Diff line change 27
27
28
28
setup (
29
29
name = 'shotgun_api3' ,
30
- version = '3.3.6 ' ,
31
- description = 'Shotgun Python API ' ,
30
+ version = '3.4.0 ' ,
31
+ description = 'ShotGrid Python API ' ,
32
32
long_description = readme ,
33
33
author = 'ShotGrid Software' ,
34
34
author_email = 'https://www.autodesk.com/support/contact-support' ,
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.3.6 "
125
+ __version__ = "3.4.0 "
126
126
127
127
# ----------------------------------------------------------------------------
128
128
# Errors
You can’t perform that action at this time.
0 commit comments