Skip to content

Commit ecf804b

Browse files
Packaging for v3.4.2 (#329)
* Packaging for v3.4.2 * Update vfx badge
1 parent 1666c39 commit ecf804b

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

HISTORY.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ 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)
7+
v3.4.2 (2024 Feb 6)
8+
===================
9+
- Add support for Python 3.11
10+
11+
v3.4.1 (2024 Jan 29)
812
====================
913
- Flaky Tests
1014
- Documentation: Fix issue regarding "in" filter prototype

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[![VFX Platform](https://img.shields.io/badge/vfxplatform-2023%202022%202021%202020-blue.svg)](http://www.vfxplatform.com/)
2-
[![Python 3.7 3.9 3.10](https://img.shields.io/badge/python-3.7%20%7C%203.9%20%7C%203.10-blue.svg)](https://www.python.org/)
1+
[![VFX Platform](https://img.shields.io/badge/vfxplatform-2024%20%7C%202023%20%7C%202022%20%7C%202021-blue.svg)](http://www.vfxplatform.com/)
2+
[![Python](https://img.shields.io/badge/python-3.7%20%7C%203.9%20%7C%203.10%20%7C%203.11-blue.svg)](https://www.python.org/)
33
[![Reference Documentation](http://img.shields.io/badge/doc-reference-blue.svg)](http://developer.shotgridsoftware.com/python-api)
44
[![Build Status](https://dev.azure.com/shotgun-ecosystem/Python%20API/_apis/build/status/shotgunsoftware.python-api?branchName=master)](https://dev.azure.com/shotgun-ecosystem/Python%20API/_build/latest?definitionId=108&branchName=master)
55
[![Coverage Status](https://coveralls.io/repos/github/shotgunsoftware/python-api/badge.svg?branch=master)](https://coveralls.io/github/shotgunsoftware/python-api?branch=master)

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

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

0 commit comments

Comments
 (0)