Skip to content

Commit 52ea936

Browse files
committed
Create v1.18.0-rc release candidate.
1 parent ea0aeb8 commit 52ea936

4 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11

22
# Change Log
33

4+
## 1.18.0 - 2026-06-23
5+
6+
- Add Python 3.14 support
7+
- Update TK subsystem
8+
49
## 1.17.2 - 2026-04-28
510

611
- miscellaneous updates for Pandas 3 changes

doc/source/whatsnew.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ What’s New
99

1010
This document outlines features and improvements from each release.
1111

12+
1.18.0 (June 23, 2026)
13+
----------------------
14+
15+
- Add Python 3.14 support
16+
- Update TK subsystem
17+
1218
1.17.2 (April 28, 2026)
1319
-----------------------
1420

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def get_file(fname):
3333
setup(
3434
zip_safe=False,
3535
name='swat',
36-
version='1.17.3-dev',
36+
version='1.18.0',
3737
description='SAS Scripting Wrapper for Analytics Transfer (SWAT)',
3838
long_description=get_file('README.md'),
3939
long_description_content_type='text/markdown',

swat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,5 @@
9393
# SAS Formatter
9494
from .formatter import SASFormatter # noqa: E402
9595

96-
__version__ = '1.17.3-dev'
96+
__version__ = '1.18.0'
9797
__tk_version__ = None

0 commit comments

Comments
 (0)