Skip to content

Commit 11db780

Browse files
Packaging for the v3.4.0 (#306)
1 parent 7cb3367 commit 11db780

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

HISTORY.rst

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

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

7+
v3.4.0 (2023 Sep 22)
8+
====================
9+
- Started support for Python 3.10 for CI.
10+
- Add documentation for PublishedFiles preset filters.
11+
- Upgrade httplib2 to 0.22.0.
12+
- Update licensing.
13+
- Updates Autodesk URLs.
14+
- Fix flaky tests.
15+
716
v3.3.6 (2023 Aug 29)
817
====================
918
- Update docs for entity fields.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727

2828
setup(
2929
name='shotgun_api3',
30-
version='3.3.6',
31-
description='Shotgun Python API ',
30+
version='3.4.0',
31+
description='ShotGrid Python API ',
3232
long_description=readme,
3333
author='ShotGrid Software',
3434
author_email='https://www.autodesk.com/support/contact-support',

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.6"
125+
__version__ = "3.4.0"
126126

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

0 commit comments

Comments
 (0)