File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,11 @@ Integration and unit tests are provided.
5656
5757## Changelog
5858
59+ ** v3.0.16 - 2014 May 23**
60+ + Add flag to ignore entities from archived projects.
61+ + Add support for differentiating between zero and None for number fields.
62+ + Add ability to act as a different user.
63+
5964** v3.0.15 - 2014 March 6**
6065 + Fixed bug which allowed a value of None for password parameter in authenticate_human_user
6166 + Add follow, unfollow and followers methods
Original file line number Diff line number Diff line change 1717
1818setup (
1919 name = 'shotgun_api3' ,
20- version = '3.0.15 ' ,
20+ version = '3.0.16 ' ,
2121 description = 'Shotgun Python API ' ,
2222 long_description = readme ,
2323 author = 'Shotgun Software' ,
Original file line number Diff line number Diff line change 7272
7373# ----------------------------------------------------------------------------
7474# Version
75- __version__ = "3.0.16.dev "
75+ __version__ = "3.0.16"
7676
7777# ----------------------------------------------------------------------------
7878# Errors
You can’t perform that action at this time.
0 commit comments