Skip to content

Commit

Permalink
Packaging for v3.6.1 (#348)
Browse files Browse the repository at this point in the history
* Packaging for v3.6.1
  • Loading branch information
eduardoChaucaGallegos authored Jun 13, 2024
1 parent f3a2230 commit 74c8047
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.6.1 (2024 Jun 6)
===================
- Adds multi_entity_update_modes support to mockgun ``update()`` and ``batch()`` methods.
- Implements a retry strategy only when encountering an URLError or SSLEOFError.
- Fixes the issue with deleting prefix and suffix for ``display_name`` variable at the moment of upload for a local install.
- Clarifies the use of ``_build_opener`` in ``download_attachment()``.

v3.6.0 (2024 May 1)
===================
- Drop support for Python 2.7
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.6.0',
version='3.6.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 @@ -115,7 +115,7 @@ def _is_mimetypes_broken():

# ----------------------------------------------------------------------------
# Version
__version__ = "3.6.0"
__version__ = "3.6.1"

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

0 comments on commit 74c8047

Please sign in to comment.