We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a108a6e commit e5f7ca6Copy full SHA for e5f7ca6
2 files changed
README.md
@@ -53,6 +53,10 @@ Integration and unit tests are provided.
53
54
## Changelog
55
56
+**v3.0.24 - TBD**
57
+
58
+ + TBD
59
60
**v3.0.23 - 2015 Oct 26**
61
62
+ Fix for python bug on Windows loading mimetypes module (http://bugs.python.org/issue23371) thanks to @patrickwolf.
shotgun_api3/shotgun.py
@@ -76,7 +76,7 @@
76
77
# ----------------------------------------------------------------------------
78
# Version
79
-__version__ = "3.0.23"
+__version__ = "3.0.24.dev"
80
81
82
# Errors
0 commit comments