File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -53,9 +53,15 @@ Integration and unit tests are provided.
53
53
54
54
## Changelog
55
55
56
+ ** v3.0.25 - 2016 Jan 12**
57
+
58
+ + Add handling for Python versions incompatible with SHA-2 (see http://blog.shotgunsoftware.com/2016/01/important-ssl-certificate-renewal-and.html ).
59
+ + Add SHOTGUN_FORCE_CERTIFICATE_VALIDATION environment variable to prevent disabling certficate validation when SHA-2 validation is not available.
60
+ + Add SSL info to user-agent header.
61
+
56
62
** v3.0.24 - 2016 Jan 08**
57
63
58
- + Add environment variable override for ` NO_SSL_VALIDATION ` .
64
+ + Not released .
59
65
60
66
** v3.0.23 - 2015 Oct 26**
61
67
Original file line number Diff line number Diff line change 17
17
18
18
setup (
19
19
name = 'shotgun_api3' ,
20
- version = '3.0.24 ' ,
20
+ version = '3.0.25 ' ,
21
21
description = 'Shotgun Python API ' ,
22
22
long_description = readme ,
23
23
author = 'Shotgun Software' ,
Original file line number Diff line number Diff line change 78
78
79
79
# ----------------------------------------------------------------------------
80
80
# Version
81
- __version__ = "3.0.25.Dev "
81
+ __version__ = "3.0.25"
82
82
83
83
# ----------------------------------------------------------------------------
84
84
# Errors
You can’t perform that action at this time.
0 commit comments