Skip to content

Commit f65242e

Browse files
committed
Create v1.14.0-rc release candidate.
1 parent c147ef4 commit f65242e

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

CHANGELOG.md

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

22
# Change Log
33

4+
## 1.14.0 - 2024-06-07
5+
6+
- Add support for Proof Key for Code Exchange (PKCE)
7+
- Update TK subsystem
8+
- Wheel and Conda files for Python releases < 3.7 are no longer created
9+
410
## 1.13.3 - 2023-08-31
511

612
- add wheel files for macosx_11_0_arm64

doc/source/whatsnew.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ What’s New
88

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

11+
1.14.0 (June 7, 2024)
12+
---------------------
13+
14+
- Add support for Proof Key for Code Exchange (PKCE)
15+
- Update TK subsystem
16+
- Wheel and Conda files for Python releases < 3.7 are no longer created
17+
1118
1.13.3 (August 31, 2023)
1219
------------------------
1320

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.13.4-dev',
36+
version='1.14.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.13.4-dev'
96+
__version__ = '1.14.0'
9797
__tk_version__ = None

0 commit comments

Comments
 (0)