Skip to content

Commit a108a6e

Browse files
author
Patrick Boucher
committed
Packaging for v3.0.23 release
1 parent 0d966f7 commit a108a6e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,11 @@ Integration and unit tests are provided.
5353

5454
## Changelog
5555

56-
**v3.0.23 - TBD**
56+
**v3.0.23 - 2015 Oct 26**
5757

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

6162
**v3.0.22 - 2015 Sept 9**
6263

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup(
1919
name='shotgun_api3',
20-
version='3.0.22',
20+
version='3.0.23',
2121
description='Shotgun Python API ',
2222
long_description=readme,
2323
author='Shotgun Software',

shotgun_api3/shotgun.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676

7777
# ----------------------------------------------------------------------------
7878
# Version
79-
__version__ = "3.0.23.dev"
79+
__version__ = "3.0.23"
8080

8181
# ----------------------------------------------------------------------------
8282
# Errors

0 commit comments

Comments
 (0)