Skip to content

Commit

Permalink
Packaging for v3.0.23 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Boucher committed Oct 26, 2015
1 parent 0d966f7 commit a108a6e
Show file tree
Hide file tree
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
Expand Up @@ -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**

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.22',
version='3.0.23',
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 @@ -76,7 +76,7 @@

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

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

0 comments on commit a108a6e

Please sign in to comment.