Skip to content

Commit

Permalink
Create v1.12.1-rc release candidate.
Browse files Browse the repository at this point in the history
  • Loading branch information
bkemper24 committed Jan 9, 2023
1 parent 31e847d commit 8898d54
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

# Change Log

## 1.12.1 - 2023-01-09

- Update Authentication documentation

## 1.12.0 - 2022-11-11

- New Image CASDataMsgHandler to allow easy uploading of client-side images to a CAS table
Expand Down
5 changes: 5 additions & 0 deletions doc/source/whatsnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ What’s New

This document outlines features and improvements from each release.

1.12.1 (January 9, 2023)
------------------------

- Update Authentication documentation

1.12.0 (November 11, 2022)
--------------------------

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.1-dev',
version='1.12.1',
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.1-dev'
__version__ = '1.12.1'
__tk_version__ = None

0 comments on commit 8898d54

Please sign in to comment.