File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,10 @@ Integration and unit tests are provided.
5353
5454## Changelog
5555
56+ ** v3.0.21 - 2015 Aug 13**
57+
58+ + Update bundled httplib2 module to latest v0.9.1 - fixes some bugs
59+
5660** v3.0.20 - 2015 Jun 10**
5761
5862 + Add authentication support for Shotgun servers with two-factor authentication turned on.
Original file line number Diff line number Diff line change 1717
1818setup (
1919 name = 'shotgun_api3' ,
20- version = '3.0.20 ' ,
20+ version = '3.0.21 ' ,
2121 description = 'Shotgun Python API ' ,
2222 long_description = readme ,
2323 author = 'Shotgun Software' ,
Original file line number Diff line number Diff line change 7676
7777# ----------------------------------------------------------------------------
7878# Version
79- __version__ = "3.0.21.dev "
79+ __version__ = "3.0.21"
8080
8181# ----------------------------------------------------------------------------
8282# Errors
You can’t perform that action at this time.
0 commit comments