Skip to content

Commit

Permalink
Packaging for 3.8.1 (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-villavicencio-adsk authored Feb 25, 2025
1 parent 8b03761 commit c0eec8f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ Flow Production Tracking Python API Changelog

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

v3.8.1 (2025 Feb 25)
====================

- Upgrade certifi to 2024.12.14.
- Apply black 25.1.0 formatting to the source code.
- Update Software Credits

v3.8.0 (2025 Feb 7)
===================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name="shotgun_api3",
version="3.8.0",
version="3.8.1",
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.8.0"
__version__ = "3.8.1"

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

0 comments on commit c0eec8f

Please sign in to comment.