Skip to content

Commit cf72c73

Browse files
author
KP
committed
packaging for v3.0.17 release
1 parent 854e645 commit cf72c73

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ Integration and unit tests are provided.
5353

5454
## Changelog
5555

56+
**v3.0.17 - 2014 Jul 10**
57+
58+
+ Add ability to update last_accessed_by_current_user on Project.
59+
+ Add workaround for bug in Python 2.7 mimetypes library on Windows (http://bugs.python.org/issue9291)
60+
+ Add platform and Python version to user-agent (eg. "shotgun-json (3.0.17); Python 2.7 (Mac)")
61+
5662
**v3.0.16 - 2014 May 23**
5763

5864
+ Add flag to ignore entities from archived projects.
@@ -66,7 +72,7 @@ Integration and unit tests are provided.
6672
+ Added ability to login as human user
6773
+ Ensure that webm/mp4 mime types are always available
6874
+ Updated link to video tour in README
69-
+ Fixes and update to various tests
75+
+ Fixes and updates to various tests
7076

7177
**v3.0.14 - 2013 Jun 26**
7278

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.16',
20+
version='3.0.17',
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
@@ -75,7 +75,7 @@
7575

7676
# ----------------------------------------------------------------------------
7777
# Version
78-
__version__ = "3.0.17.dev"
78+
__version__ = "3.0.17"
7979

8080
# ----------------------------------------------------------------------------
8181
# Errors

0 commit comments

Comments
 (0)