We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 855dcd8 commit c6285e1Copy full SHA for c6285e1
3 files changed
HISTORY.rst
@@ -4,6 +4,10 @@ Shotgun Python API Changelog
4
5
Here you can see the full list of changes between each Python API release.
6
7
+v3.0.38.dev
8
+=====================
9
+- TBD
10
+
11
v3.0.37
12
=====================
13
setup.py
@@ -17,7 +17,7 @@
17
18
setup(
19
name='shotgun_api3',
20
- version='3.0.37',
+ version='3.0.38',
21
description='Shotgun Python API ',
22
long_description=readme,
23
author='Shotgun Software',
shotgun_api3/shotgun.py
@@ -92,7 +92,7 @@
92
93
# ----------------------------------------------------------------------------
94
# Version
95
-__version__ = "3.0.37"
+__version__ = "3.0.38.dev"
96
97
98
# Errors
0 commit comments