Skip to content

Commit

Permalink
Prepare new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin D Smith committed Feb 10, 2020
1 parent 3bb28eb commit fe84d91
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 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.6.1 - 2020-02-10

- Add pandas v1.0.0 support

## 1.6.0 - 2019-11-21

- Fix letter-casing in `has_action` and `has_actionset` methods
Expand Down
7 changes: 6 additions & 1 deletion doc/source/whatsnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@ What's New

This document outlines features and improvements from each release.

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

- Add pandas v1.0.0 support

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

- Fix letter-casing in ``has_action`` and ``has_actionset`` methods
- Remove usage of deprecated ``ix`` accessor
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.1-dev',
version='1.6.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 @@ -90,4 +90,4 @@
# SAS Formatter
from .formatter import SASFormatter # noqa: E402

__version__ = '1.6.1-dev'
__version__ = '1.6.1'

0 comments on commit fe84d91

Please sign in to comment.