File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,9 +53,9 @@ Integration and unit tests are provided.
5353
5454## Changelog
5555
56- ** v3.0.28 - TBD **
56+ ** v3.0.28 - 2016 Mar 3 **
5757
58- + TBD
58+ + Refactored nested classing of sgtimezone library to allow for serializable timestamps.
5959
6060** v3.0.27 - 2016 Feb 18**
6161
Original file line number Diff line number Diff line change 1717
1818setup (
1919 name = 'shotgun_api3' ,
20- version = '3.0.28.dev ' ,
20+ version = '3.0.28' ,
2121 description = 'Shotgun Python API ' ,
2222 long_description = readme ,
2323 author = 'Shotgun Software' ,
Original file line number Diff line number Diff line change 7878
7979# ----------------------------------------------------------------------------
8080# Version
81- __version__ = "3.0.28.dev "
81+ __version__ = "3.0.28"
8282
8383# ----------------------------------------------------------------------------
8484# Errors
You can’t perform that action at this time.
0 commit comments