Skip to content

Commit

Permalink
packaging for the v3.0.25 release
Browse files Browse the repository at this point in the history
  • Loading branch information
KP committed Jan 13, 2016
1 parent 3e72b44 commit 85c611c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,15 @@ Integration and unit tests are provided.

## Changelog

**v3.0.25 - 2016 Jan 12**

+ Add handling for Python versions incompatible with SHA-2 (see http://blog.shotgunsoftware.com/2016/01/important-ssl-certificate-renewal-and.html).
+ Add SHOTGUN_FORCE_CERTIFICATE_VALIDATION environment variable to prevent disabling certficate validation when SHA-2 validation is not available.
+ Add SSL info to user-agent header.

**v3.0.24 - 2016 Jan 08**

+ Add environment variable override for `NO_SSL_VALIDATION`.
+ Not released.

**v3.0.23 - 2015 Oct 26**

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name='shotgun_api3',
version='3.0.24',
version='3.0.25',
description='Shotgun Python API ',
long_description=readme,
author='Shotgun Software',
Expand Down
2 changes: 1 addition & 1 deletion shotgun_api3/shotgun.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@

# ----------------------------------------------------------------------------
# Version
__version__ = "3.0.25.Dev"
__version__ = "3.0.25"

# ----------------------------------------------------------------------------
# Errors
Expand Down

0 comments on commit 85c611c

Please sign in to comment.