Skip to content

Commit e5f7ca6

Browse files
author
Patrick Boucher
committed
Bump version to v3.0.24.dev
1 parent a108a6e commit e5f7ca6

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ Integration and unit tests are provided.
5353

5454
## Changelog
5555

56+
**v3.0.24 - TBD**
57+
58+
+ TBD
59+
5660
**v3.0.23 - 2015 Oct 26**
5761

5862
+ Fix for python bug on Windows loading mimetypes module (http://bugs.python.org/issue23371) thanks to @patrickwolf.

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"
79+
__version__ = "3.0.24.dev"
8080

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

0 commit comments

Comments
 (0)