We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c835d commit e5449dfCopy full SHA for e5449df
2 files changed
README.md
@@ -53,6 +53,8 @@ Integration and unit tests are provided.
53
54
## Changelog
55
56
+**v3.0.26 - TBD**
57
+
58
**v3.0.25 - 2016 Jan 12**
59
60
+ Add handling for Python versions incompatible with SHA-2 (see http://blog.shotgunsoftware.com/2016/01/important-ssl-certificate-renewal-and.html).
shotgun_api3/shotgun.py
@@ -78,7 +78,7 @@
78
79
# ----------------------------------------------------------------------------
80
# Version
81
-__version__ = "3.0.25"
+__version__ = "3.0.26.dev"
82
83
84
# Errors
0 commit comments