Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin D Smith committed Aug 19, 2020
1 parent 63f9555 commit b54240b
Show file tree
Hide file tree
Showing 4 changed files with 17 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.7.0 - 2020-08-19

- Add Python 3.8 support
- Improve connection parameter handling (add CAS_URL= connection variable)
- Improve connection protocol auto-detection

## 1.6.1 - 2020-02-10

- Add pandas v1.0.0 support
Expand Down
9 changes: 9 additions & 0 deletions doc/source/whatsnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,20 @@ What's New

This document outlines features and improvements from each release.

1.7.0 (August 19, 2020)
=======================

- Add Python 3.8 support
- Improve connection parameter handling (add CAS_URL= connection variable)
- Improve connection protocol auto-detection


1.6.1 (February 10, 2020)
=========================

- Add pandas v1.0.0 support


1.6.0 (November 21, 2019)
=========================

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.6.2-dev',
version='1.7.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.6.2-dev'
__version__ = '1.7.0'
__tk_version__ = None

0 comments on commit b54240b

Please sign in to comment.