Skip to content

Commit

Permalink
Create v1.13.0-rc release candidate.
Browse files Browse the repository at this point in the history
  • Loading branch information
bkemper24 committed Apr 20, 2023
1 parent 314c159 commit 79dfb79
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@

# Change Log

## 1.13.0 - 2023-04-20

- Add Python 3.11 support
- Update TK subsystem

## 1.12.2 - 2023-04-14

- updates to swat/tests/cas/test_imstat.py for benchmark changes
Expand Down
6 changes: 6 additions & 0 deletions doc/source/whatsnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ What’s New

This document outlines features and improvements from each release.

1.13.0 (April 20, 2023)
-----------------------

- Add Python 3.11 support
- Update TK subsystem

1.12.2 (April 14, 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.12.3-dev',
version='1.13.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.12.3-dev'
__version__ = '1.13.0'
__tk_version__ = None

0 comments on commit 79dfb79

Please sign in to comment.