Skip to content

Commit

Permalink
Packaging for v3.6.2 (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-villavicencio-adsk authored Aug 13, 2024
1 parent 0fef00f commit aaed90e
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.2 (2024 Aug 13)
====================
- Remove Ticket entity reference and prepare this to run in CI.
- Condition auth for Jenkins environment.
- Update certifi to 2024.7.4.
- FIRST PHASE Python2 removing.

v3.6.1 (2024 Jun 6)
===================
- Adds multi_entity_update_modes support to mockgun ``update()`` and ``batch()`` methods.
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.1',
version='3.6.2',
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 @@ -116,7 +116,7 @@ def _is_mimetypes_broken():

# ----------------------------------------------------------------------------
# Version
__version__ = "3.6.1"
__version__ = "3.6.2"

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

0 comments on commit aaed90e

Please sign in to comment.