File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed
Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11
22# Change Log
33
4+ ## 1.9.3 - 2021-08-06
5+
6+ - Fix showlabels issue in Viya deployment before version 3.5
7+
48## 1.9.2 - 2021-06-18
59
610- Add authorization code as authentication method
Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ What’s New
88
99This document outlines features and improvements from each release.
1010
11+ 1.9.3 (August 6, 2021)
12+ ----------------------
13+
14+ - Fix showlabels issue in Viya deployment before version 3.5
15+
11161.9.2 (June 18, 2021)
1217---------------------
1318
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ def get_file(fname):
3333setup (
3434 zip_safe = False ,
3535 name = 'swat' ,
36- version = '1.9.3-dev ' ,
36+ version = '1.9.3' ,
3737 description = 'SAS Scripting Wrapper for Analytics Transfer (SWAT)' ,
3838 long_description = get_file ('README.md' ),
3939 long_description_content_type = 'text/markdown' ,
Original file line number Diff line number Diff line change 9393# SAS Formatter
9494from .formatter import SASFormatter # noqa: E402
9595
96- __version__ = '1.9.3-dev '
96+ __version__ = '1.9.3'
9797__tk_version__ = None
You can’t perform that action at this time.
0 commit comments