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 @@ -56,7 +56,13 @@ Integration and unit tests are provided.
56
56
57
57
## Changelog
58
58
59
- ** v3.0.15 Dev - TBD**
59
+ ** v3.0.15 - 2014 March 6**
60
+ + Fixed bug which allowed a value of None for password parameter in authenticate_human_user
61
+ + Add follow, unfollow and followers methods
62
+ + Added ability to login as human user
63
+ + Ensure that webm/mp4 mime types are always available
64
+ + Updated link to video tour in README
65
+ + Fixes and update to various tests
60
66
61
67
** v3.0.14 - 2013 Jun 26**
62
68
Original file line number Diff line number Diff line change 17
17
18
18
setup (
19
19
name = 'shotgun_api3' ,
20
- version = '3.0.14 ' ,
20
+ version = '3.0.15 ' ,
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 72
72
73
73
# ----------------------------------------------------------------------------
74
74
# Version
75
- __version__ = "3.0.15.dev "
75
+ __version__ = "3.0.15"
76
76
77
77
# ----------------------------------------------------------------------------
78
78
# Errors
You can’t perform that action at this time.
0 commit comments