File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1717
1818setup (
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' ,
Original file line number Diff line number Diff line change 7575
7676# ----------------------------------------------------------------------------
7777# Version
78- __version__ = "3.0.17.dev "
78+ __version__ = "3.0.17"
7979
8080# ----------------------------------------------------------------------------
8181# Errors
You can’t perform that action at this time.
0 commit comments