Skip to content

Commit 38db4f7

Browse files
authored
Merge branch 'shotgunsoftware:master' into python3-syntax
2 parents 535b52a + 1f132f8 commit 38db4f7

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

HISTORY.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ ShotGrid Python API Changelog
44

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

7+
v3.3.6 (2023 Aug 29)
8+
====================
9+
- Update docs for entity fields.
10+
- Fix typo.
11+
- Fix incorrect hint.
12+
- Reformat code examples to prevent text overflow.
13+
- Bump certifi from 2020.06.20 to 2022.12.7 in /shotgun_api3/lib.
14+
- Skip SG-MIM entities.
15+
- Replace shotgunsoftware references.
16+
- Deprecation of Python 2.
17+
- Security upgrade certifi to latest version 2023.07.22.
18+
719
v3.3.5 (2023 Jan 5)
820
====================
921
- Add "Setting Up Your Environment with the Python API" to Python Docs (python-api docs).

setup.py

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

2323
setup(
2424
name='shotgun_api3',
25-
version='3.3.5',
25+
version='3.3.6',
2626
description='Shotgun Python API ',
2727
long_description=readme,
2828
author='Shotgun Software',

shotgun_api3/shotgun.py

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

100100
# ----------------------------------------------------------------------------
101101
# Version
102-
__version__ = "3.3.5"
102+
__version__ = "3.3.6"
103103

104104
# ----------------------------------------------------------------------------
105105
# Errors

0 commit comments

Comments
 (0)