Skip to content

Commit 6af7b62

Browse files
author
KP
committed
packaging for the v3.0.20 release
1 parent f6e5b28 commit 6af7b62

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Integration and unit tests are provided.
5353

5454
## Changelog
5555

56-
**v3.0.20 - TBD**
56+
**v3.0.20 - 2015 Jun 10**
5757

5858
+ Add authentication support for Shotgun servers with two-factor authentication turned on.
5959

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.19',
20+
version='3.0.20',
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
@@ -76,7 +76,7 @@
7676

7777
# ----------------------------------------------------------------------------
7878
# Version
79-
__version__ = "3.0.20.RC1"
79+
__version__ = "3.0.20"
8080

8181
# ----------------------------------------------------------------------------
8282
# Errors

0 commit comments

Comments
 (0)