Skip to content

Commit 1f132f8

Browse files
Packaging for release v3.3.6 (#286)
* Packaging for v3.3.6 * Bump version to v3.3.6.dev * Bump version to v3.3.6.dev * Update version strings
1 parent b8a907f commit 1f132f8

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

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
@@ -27,7 +27,7 @@
2727

2828
setup(
2929
name='shotgun_api3',
30-
version='3.3.5',
30+
version='3.3.6',
3131
description='Shotgun Python API ',
3232
long_description=readme,
3333
author='Shotgun Software',

shotgun_api3/shotgun.py

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

123123
# ----------------------------------------------------------------------------
124124
# Version
125-
__version__ = "3.3.5"
125+
__version__ = "3.3.6"
126126

127127
# ----------------------------------------------------------------------------
128128
# Errors

0 commit comments

Comments
 (0)