Skip to content

Commit

Permalink
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -53,10 +53,11 @@ Integration and unit tests are provided.

## Changelog

**v3.0.23 - TBD**
**v3.0.23 - 2015 Oct 26**

+ Fix for python bug on Windows loading mimetypes module (http://bugs.python.org/issue23371) thanks to @patrickwolf.
+ Fix for tests on older versions of python.
+ Sanitize authentication values before raising error.

**v3.0.22 - 2015 Sept 9**

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

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

# ----------------------------------------------------------------------------
# Version
__version__ = "3.0.23.dev"
__version__ = "3.0.23"

# ----------------------------------------------------------------------------
# Errors

0 comments on commit a108a6e

Please sign in to comment.