Skip to content

Commit f153309

Browse files
author
kbehrman
committed
packaging for v3.0.15 release
1 parent 4e2bb1b commit f153309

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

README.mdown

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,13 @@ Integration and unit tests are provided.
5656

5757
## Changelog
5858

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
6066

6167
**v3.0.14 - 2013 Jun 26**
6268

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.14',
20+
version='3.0.15',
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.15.dev"
75+
__version__ = "3.0.15"
7676

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

0 commit comments

Comments
 (0)