Skip to content

Commit 2f11512

Browse files
Packaging for 3.3.4 (#266)
* Add entry in HISTORY.rst, setup.py and shotgun.py for the version 3.3.4 * Complement description of python 3.9 coverage * Add s in verbs in the history
1 parent e640bae commit 2f11512

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

HISTORY.rst

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

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

7+
v3.3.4 (2022 June 9)
8+
====================
9+
- Adds Retries on 503 Errors when uploading to S3.
10+
- Updates AMI Documentation to Support Python 3.
11+
- Adds Python 3.9 coverage in Azure Pipeline CI tests.
12+
- Fixes git protocol for the installation.
13+
714
v3.3.3 (2021 December 1)
815
==========================
916
- Replaces shotgunsoftware urls with Autodesk Knowledge Network and ShotGrid Developer Documentation pages.

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.3',
30+
version='3.3.4',
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.3"
125+
__version__ = "3.3.4"
126126

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

0 commit comments

Comments
 (0)