File tree Expand file tree Collapse file tree 4 files changed +16
-2
lines changed Expand file tree Collapse file tree 4 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
1
2
2
# Change Log
3
3
4
+ ## 1.17.0 - 2025-09-30
5
+
6
+ - Add Python 3.13 support
7
+ - Update TK subsystem
8
+ - Add Openssl 3 support
9
+
4
10
## 1.16.0 - 2025-08-15
5
11
6
12
- Update TK subsystem
Original file line number Diff line number Diff line change 3
3
4
4
.. _whatsnew :
5
5
6
+
6
7
What’s New
7
8
==========
8
9
9
10
This document outlines features and improvements from each release.
10
11
12
+ 1.17.0 (September 30, 2025)
13
+ ---------------------------
14
+
15
+ - Add Python 3.13 support
16
+ - Update TK subsystem
17
+ - Add Openssl 3 support
18
+
11
19
1.16.0 (August 15, 2025)
12
20
------------------------
13
21
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ def get_file(fname):
33
33
setup (
34
34
zip_safe = False ,
35
35
name = 'swat' ,
36
- version = '1.16.1-dev ' ,
36
+ version = '1.17.0 ' ,
37
37
description = 'SAS Scripting Wrapper for Analytics Transfer (SWAT)' ,
38
38
long_description = get_file ('README.md' ),
39
39
long_description_content_type = 'text/markdown' ,
Original file line number Diff line number Diff line change 93
93
# SAS Formatter
94
94
from .formatter import SASFormatter # noqa: E402
95
95
96
- __version__ = '1.16.1-dev '
96
+ __version__ = '1.17.0 '
97
97
__tk_version__ = None
You can’t perform that action at this time.
0 commit comments