Skip to content

Commit

Permalink
Create v1.14.0-rc release candidate.
Browse files Browse the repository at this point in the history
  • Loading branch information
bkemper24 committed Jun 7, 2024
1 parent c147ef4 commit f65242e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@

# Change Log

## 1.14.0 - 2024-06-07

- Add support for Proof Key for Code Exchange (PKCE)
- Update TK subsystem
- Wheel and Conda files for Python releases < 3.7 are no longer created

## 1.13.3 - 2023-08-31

- add wheel files for macosx_11_0_arm64
Expand Down
7 changes: 7 additions & 0 deletions doc/source/whatsnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ What’s New

This document outlines features and improvements from each release.

1.14.0 (June 7, 2024)
---------------------

- Add support for Proof Key for Code Exchange (PKCE)
- Update TK subsystem
- Wheel and Conda files for Python releases < 3.7 are no longer created

1.13.3 (August 31, 2023)
------------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def get_file(fname):
setup(
zip_safe=False,
name='swat',
version='1.13.4-dev',
version='1.14.0',
description='SAS Scripting Wrapper for Analytics Transfer (SWAT)',
long_description=get_file('README.md'),
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion swat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,5 @@
# SAS Formatter
from .formatter import SASFormatter # noqa: E402

__version__ = '1.13.4-dev'
__version__ = '1.14.0'
__tk_version__ = None

0 comments on commit f65242e

Please sign in to comment.