Skip to content

Commit aaed90e

Browse files
Packaging for v3.6.2 (#354)
1 parent 0fef00f commit aaed90e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

HISTORY.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ Flow Production Tracking Python API Changelog
44

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

7+
v3.6.2 (2024 Aug 13)
8+
====================
9+
- Remove Ticket entity reference and prepare this to run in CI.
10+
- Condition auth for Jenkins environment.
11+
- Update certifi to 2024.7.4.
12+
- FIRST PHASE Python2 removing.
13+
714
v3.6.1 (2024 Jun 6)
815
===================
916
- Adds multi_entity_update_modes support to mockgun ``update()`` and ``batch()`` methods.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
setup(
2929
name='shotgun_api3',
30-
version='3.6.1',
30+
version='3.6.2',
3131
description='Flow Production Tracking Python API',
3232
long_description=readme,
3333
author='Autodesk',

shotgun_api3/shotgun.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def _is_mimetypes_broken():
116116

117117
# ----------------------------------------------------------------------------
118118
# Version
119-
__version__ = "3.6.1"
119+
__version__ = "3.6.2"
120120

121121
# ----------------------------------------------------------------------------
122122
# Errors

0 commit comments

Comments
 (0)