File tree Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 11
22# Change Log
33
4+ ## 1.15.0 - 2024-12-05
5+
6+ - Add Python 3.12 support
7+ - Update TK subsystem
8+ - Conda packages will no longer be generated
9+
410## 1.14.0 - 2024-06-07
511
612- Add support for Proof Key for Code Exchange (PKCE)
Original file line number Diff line number Diff line change @@ -8,6 +8,13 @@ What’s New
88
99This document outlines features and improvements from each release.
1010
11+ 1.15.0 (December 5, 2024)
12+ -------------------------
13+
14+ - Add Python 3.12 support
15+ - Update TK subsystem
16+ - Conda packages will no longer be generated
17+
11181.14.0 (June 7, 2024)
1219---------------------
1320
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.14.1-dev ' ,
36+ version = '1.15.0 ' ,
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.14.1-dev '
96+ __version__ = '1.15.0 '
9797__tk_version__ = None
You can’t perform that action at this time.
0 commit comments