File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -53,10 +53,11 @@ Integration and unit tests are provided.
53
53
54
54
## Changelog
55
55
56
- ** v3.0.23 - TBD **
56
+ ** v3.0.23 - 2015 Oct 26 **
57
57
58
58
+ Fix for python bug on Windows loading mimetypes module (http://bugs.python.org/issue23371 ) thanks to @patrickwolf .
59
59
+ Fix for tests on older versions of python.
60
+ + Sanitize authentication values before raising error.
60
61
61
62
** v3.0.22 - 2015 Sept 9**
62
63
Original file line number Diff line number Diff line change 17
17
18
18
setup (
19
19
name = 'shotgun_api3' ,
20
- version = '3.0.22 ' ,
20
+ version = '3.0.23 ' ,
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 76
76
77
77
# ----------------------------------------------------------------------------
78
78
# Version
79
- __version__ = "3.0.23.dev "
79
+ __version__ = "3.0.23"
80
80
81
81
# ----------------------------------------------------------------------------
82
82
# Errors
You can’t perform that action at this time.
0 commit comments