Skip to content

Commit 4a882da

Browse files
committed
Create v1.11.0-rc release candidate.
1 parent 0132529 commit 4a882da

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11

22
# Change Log
33

4+
## 1.11.0 - 2022-07-05
5+
6+
- Update TK subsystem
7+
48
## 1.10.0 - 2022-06-10
59

610
- Add Python 3.10 support

doc/source/whatsnew.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ What’s New
88

99
This document outlines features and improvements from each release.
1010

11+
1.11.0 (July 5, 2022)
12+
---------------------
13+
14+
- Update TK subsystem
15+
1116
1.10.0 (June 10, 2022)
1217
----------------------
1318

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def get_file(fname):
3333
setup(
3434
zip_safe=False,
3535
name='swat',
36-
version='1.10.1-dev',
36+
version='1.11.0',
3737
description='SAS Scripting Wrapper for Analytics Transfer (SWAT)',
3838
long_description=get_file('README.md'),
3939
long_description_content_type='text/markdown',

swat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,5 @@
9393
# SAS Formatter
9494
from .formatter import SASFormatter # noqa: E402
9595

96-
__version__ = '1.10.1-dev'
96+
__version__ = '1.11.0'
9797
__tk_version__ = None

0 commit comments

Comments
 (0)