Skip to content

Commit

Permalink
Create v1.13.2-rc release candidate.
Browse files Browse the repository at this point in the history
  • Loading branch information
bkemper24 committed Jul 31, 2023
1 parent b009d9b commit 5584982
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.2 - 2023-07-31

- Add CASTable.rename() to rename the columns of a table
- Add biomedical image filetypes to the Image Data Message Handler

## 1.13.1 - 2023-07-14

- Add nunique method for CASTable
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.2 (July 31, 2023)
----------------------

- Add CASTable.rename() to rename the columns of a table
- Add biomedical image filetypes to the Image Data Message Handler

1.13.1 (July 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.13.2-dev',
version='1.13.2',
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.2-dev'
__version__ = '1.13.2'
__tk_version__ = None

0 comments on commit 5584982

Please sign in to comment.