Skip to content

Commit

Permalink
Packaging for v3.5.0 (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-villavicencio-adsk authored Mar 26, 2024
1 parent 94718c4 commit 527812c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Flow Production Tracking Python API Changelog

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

v3.5.0 (2024 Mar 26)
===================
- Rebranding component for Flow Production Tracking

v3.4.2 (2024 Feb 6)
===================
- Add support for Python 3.11
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

setup(
name='shotgun_api3',
version='3.4.2',
version='3.5.0',
description='Flow Production Tracking Python API ',
long_description=readme,
author='Autodesk',
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.4.2"
__version__ = "3.5.0"

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

0 comments on commit 527812c

Please sign in to comment.