Skip to content

Commit

Permalink
Packaging for release v3.3.6 (#286)
Browse files Browse the repository at this point in the history
* Packaging for v3.3.6

* Bump version to v3.3.6.dev

* Bump version to v3.3.6.dev

* Update version strings
  • Loading branch information
carlos-villavicencio-adsk authored Aug 29, 2023
1 parent b8a907f commit 1f132f8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ ShotGrid Python API Changelog

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

v3.3.6 (2023 Aug 29)
====================
- Update docs for entity fields.
- Fix typo.
- Fix incorrect hint.
- Reformat code examples to prevent text overflow.
- Bump certifi from 2020.06.20 to 2022.12.7 in /shotgun_api3/lib.
- Skip SG-MIM entities.
- Replace shotgunsoftware references.
- Deprecation of Python 2.
- Security upgrade certifi to latest version 2023.07.22.

v3.3.5 (2023 Jan 5)
====================
- Add "Setting Up Your Environment with the Python API" to Python Docs (python-api docs).
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.3.5',
version='3.3.6',
description='Shotgun Python API ',
long_description=readme,
author='Shotgun Software',
Expand Down
2 changes: 1 addition & 1 deletion shotgun_api3/shotgun.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def _is_mimetypes_broken():

# ----------------------------------------------------------------------------
# Version
__version__ = "3.3.5"
__version__ = "3.3.6"

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

0 comments on commit 1f132f8

Please sign in to comment.