File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed
Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 11
22# Change Log
33
4+ ## 1.12.2 - 2023-04-14
5+
6+ - updates to swat/tests/cas/test_imstat.py for benchmark changes
7+ - updates to swat/tests/cas/test_builtins.py for benchmark changes
8+ - cleanup deprecation warning messages
9+ - improve error message when on, onleft, onright merge parameters contain a list rather than a string
10+
411## 1.12.1 - 2023-01-09
512
613- Update Authentication documentation
Original file line number Diff line number Diff line change @@ -8,6 +8,15 @@ What’s New
88
99This document outlines features and improvements from each release.
1010
11+ 1.12.2 (April 14, 2023)
12+ -----------------------
13+
14+ - updates to swat/tests/cas/test_imstat.py for benchmark changes
15+ - updates to swat/tests/cas/test_builtins.py for benchmark changes
16+ - cleanup deprecation warning messages
17+ - improve error message when on, onleft, onright merge parameters
18+ contain a list rather than a string
19+
11201.12.1 (January 9, 2023)
1221------------------------
1322
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.12.2-dev ' ,
36+ version = '1.12.2' ,
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.12.2-dev '
96+ __version__ = '1.12.2'
9797__tk_version__ = None
You can’t perform that action at this time.
0 commit comments