Skip to content

Commit 85c611c

Browse files
author
KP
committed
packaging for the v3.0.25 release
1 parent 3e72b44 commit 85c611c

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

README.md

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

5454
## Changelog
5555

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+
5662
**v3.0.24 - 2016 Jan 08**
5763

58-
+ Add environment variable override for `NO_SSL_VALIDATION`.
64+
+ Not released.
5965

6066
**v3.0.23 - 2015 Oct 26**
6167

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.24',
20+
version='3.0.25',
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
@@ -78,7 +78,7 @@
7878

7979
# ----------------------------------------------------------------------------
8080
# Version
81-
__version__ = "3.0.25.Dev"
81+
__version__ = "3.0.25"
8282

8383
# ----------------------------------------------------------------------------
8484
# Errors

0 commit comments

Comments
 (0)