File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,10 @@ Integration and unit tests are provided.
53
53
54
54
## Changelog
55
55
56
+ ** v3.0.29.dev - TBD**
57
+
58
+ + TBD
59
+
56
60
** v3.0.28 - 2016 Mar 3**
57
61
58
62
+ Refactored nested classing of sgtimezone library to allow for serializable timestamps.
Original file line number Diff line number Diff line change 17
17
18
18
setup (
19
19
name = 'shotgun_api3' ,
20
- version = '3.0.28 ' ,
20
+ version = '3.0.29.dev ' ,
21
21
description = 'Shotgun Python API ' ,
22
22
long_description = readme ,
23
23
author = 'Shotgun Software' ,
Original file line number Diff line number Diff line change 78
78
79
79
# ----------------------------------------------------------------------------
80
80
# Version
81
- __version__ = "3.0.28 "
81
+ __version__ = "3.0.29.dev "
82
82
83
83
# ----------------------------------------------------------------------------
84
84
# Errors
You can’t perform that action at this time.
0 commit comments