Skip to content

Commit

Permalink
Packaging for the v3.4.0 (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-villavicencio-adsk authored Sep 22, 2023
1 parent 7cb3367 commit 11db780
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
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

0 comments on commit 11db780

Please sign in to comment.