Skip to content

Commit

Permalink
Create v1.15.0-rc release candidate.
Browse files Browse the repository at this point in the history
  • Loading branch information
bkemper24 committed Dec 5, 2024
1 parent 2ec1d4e commit 530caad
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.15.0 - 2024-12-05

- Add Python 3.12 support
- Update TK subsystem
- Conda packages will no longer be generated

## 1.14.0 - 2024-06-07

- Add support for Proof Key for Code Exchange (PKCE)
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.15.0 (December 5, 2024)
-------------------------

- Add Python 3.12 support
- Update TK subsystem
- Conda packages will no longer be generated

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

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.14.1-dev',
version='1.15.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.14.1-dev'
__version__ = '1.15.0'
__tk_version__ = None

0 comments on commit 530caad

Please sign in to comment.