Skip to content

Commit a80554e

Browse files
author
kbehrman
committed
packaging for v3.0.16 release
1 parent b173da5 commit a80554e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.mdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

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.15',
20+
version='3.0.16',
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
@@ -72,7 +72,7 @@
7272

7373
# ----------------------------------------------------------------------------
7474
# Version
75-
__version__ = "3.0.16.dev"
75+
__version__ = "3.0.16"
7676

7777
# ----------------------------------------------------------------------------
7878
# Errors

0 commit comments

Comments
 (0)