We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f31336c commit b82183bCopy full SHA for b82183b
2 files changed
README.md
@@ -55,6 +55,10 @@ Integration and unit tests are provided.
55
56
## Changelog
57
58
+**v3.0.32.dev - TBD**
59
+
60
+ + TBD
61
62
**v3.0.31 - 2016 May 18**
63
64
+ Add optional "additional_filter_presets" argument to find() and find_one()
shotgun_api3/shotgun.py
@@ -78,7 +78,7 @@
78
79
# ----------------------------------------------------------------------------
80
# Version
81
-__version__ = "3.0.31"
+__version__ = "3.0.32.dev"
82
83
84
# Errors
0 commit comments