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.
53
53
54
54
## Changelog
55
55
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
+
56
62
** v3.0.16 - 2014 May 23**
57
63
58
64
+ Add flag to ignore entities from archived projects.
@@ -66,7 +72,7 @@ Integration and unit tests are provided.
66
72
+ Added ability to login as human user
67
73
+ Ensure that webm/mp4 mime types are always available
68
74
+ Updated link to video tour in README
69
- + Fixes and update to various tests
75
+ + Fixes and updates to various tests
70
76
71
77
** v3.0.14 - 2013 Jun 26**
72
78
Original file line number Diff line number Diff line change 17
17
18
18
setup (
19
19
name = 'shotgun_api3' ,
20
- version = '3.0.16 ' ,
20
+ version = '3.0.17 ' ,
21
21
description = 'Shotgun Python API ' ,
22
22
long_description = readme ,
23
23
author = 'Shotgun Software' ,
Original file line number Diff line number Diff line change 75
75
76
76
# ----------------------------------------------------------------------------
77
77
# Version
78
- __version__ = "3.0.17.dev "
78
+ __version__ = "3.0.17"
79
79
80
80
# ----------------------------------------------------------------------------
81
81
# Errors
You can’t perform that action at this time.
0 commit comments