Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ ShotGrid Python API Changelog

Here you can see the full list of changes between each Python API release.

v3.4.0 (2023 Sep 22)
====================
- Started support for Python 3.10 for CI.
- Add documentation for PublishedFiles preset filters.
- Upgrade httplib2 to 0.22.0.
- Update licensing.
- Updates Autodesk URLs.
- Fix flaky tests.

v3.3.6 (2023 Aug 29)
====================
- Update docs for entity fields.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

setup(
name='shotgun_api3',
version='3.3.6',
description='Shotgun Python API ',
version='3.4.0',
description='ShotGrid Python API ',
long_description=readme,
author='ShotGrid Software',
author_email='https://www.autodesk.com/support/contact-support',
Expand Down
2 changes: 1 addition & 1 deletion shotgun_api3/shotgun.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def _is_mimetypes_broken():

# ----------------------------------------------------------------------------
# Version
__version__ = "3.3.6"
__version__ = "3.4.0"

# ----------------------------------------------------------------------------
# Errors
Expand Down