Skip to content

Commit

Permalink
Packaging for v3.4.1 (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-villavicencio-adsk authored Jan 29, 2024
1 parent d504a5a commit e398564
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ ShotGrid Python API Changelog

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

v3.4.1 (2023 Jan 29)
====================
- Flaky Tests
- Documentation: Fix issue regarding "in" filter prototype
- Documentation: Travis badge image is no working anymore
- Documentation: Add ``user_subscription_read`` and ``user_subscription_create`` methods
- Update Python Certifi license block
- Add methods for the user_subscriptions API end points
- Retry ShotGrid request also on error 504
- Retry S3 uploads on error 500
- Comment typing annotation breaks Python 2 compatibility
- Add field type ``entity_type`` to mockgun


v3.4.0 (2023 Sep 22)
====================
- Started support for Python 3.10 for CI.
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.4.0',
version='3.4.1',
description='ShotGrid Python API ',
long_description=readme,
author='ShotGrid 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.4.0"
__version__ = "3.4.1"

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

0 comments on commit e398564

Please sign in to comment.