Skip to content

Commit af72f2c

Browse files
author
KP
committed
packaging for v3.0.14 release
1 parent c260a41 commit af72f2c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

README.mdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ Integration and unit tests are provided.
5656

5757
## Changelog
5858

59+
**v3.0.14 - 2013 Jun 26**
60+
61+
+ added: additional tests for thumbnails
62+
+ added: support for downloading from s3 in download_attachment(). Accepts an Attachment entity dict as a parameter (is still backwards compatible with passing in an Attachment id).
63+
+ added: optional file_path parameter to download_attachment() to write data directly to disk instead of loading into memory. (thanks to Adam Goforth https://github.com/aag)
64+
5965
**v3.0.13 - 2013 Apr 11**
6066

6167
+ fixed: #20856 authenticate_human_user login was sticky and would be used for permissions and logging

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup(
1919
name='shotgun_api3',
20-
version='3.0.13',
20+
version='3.0.14',
2121
description='Shotgun Python API ',
2222
long_description=readme,
2323
author='Shotgun Software',

shotgun_api3/shotgun.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070

7171
# ----------------------------------------------------------------------------
7272
# Version
73-
__version__ = "3.0.14.dev"
73+
__version__ = "3.0.14"
7474

7575
# ----------------------------------------------------------------------------
7676
# Errors

0 commit comments

Comments
 (0)