Skip to content

Commit e398564

Browse files
Packaging for v3.4.1 (#326)
1 parent d504a5a commit e398564

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

HISTORY.rst

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

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

7+
v3.4.1 (2023 Jan 29)
8+
====================
9+
- Flaky Tests
10+
- Documentation: Fix issue regarding "in" filter prototype
11+
- Documentation: Travis badge image is no working anymore
12+
- Documentation: Add ``user_subscription_read`` and ``user_subscription_create`` methods
13+
- Update Python Certifi license block
14+
- Add methods for the user_subscriptions API end points
15+
- Retry ShotGrid request also on error 504
16+
- Retry S3 uploads on error 500
17+
- Comment typing annotation breaks Python 2 compatibility
18+
- Add field type ``entity_type`` to mockgun
19+
20+
721
v3.4.0 (2023 Sep 22)
822
====================
923
- Started support for Python 3.10 for CI.

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.4.0',
30+
version='3.4.1',
3131
description='ShotGrid Python API ',
3232
long_description=readme,
3333
author='ShotGrid 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.4.0"
125+
__version__ = "3.4.1"
126126

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

0 commit comments

Comments
 (0)