File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed
Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11
22# Change Log
33
4+ ## 1.6.1 - 2020-02-10
5+
6+ - Add pandas v1.0.0 support
7+
48## 1.6.0 - 2019-11-21
59
610- Fix letter-casing in ` has_action ` and ` has_actionset ` methods
Original file line number Diff line number Diff line change @@ -9,8 +9,13 @@ What's New
99
1010This document outlines features and improvements from each release.
1111
12+ 1.6.1 (February 10, 2020)
13+ =========================
14+
15+ - Add pandas v1.0.0 support
16+
12171.6.0 (November 21, 2019)
13- ===========================
18+ =========================
1419
1520- Fix letter-casing in ``has_action `` and ``has_actionset `` methods
1621- Remove usage of deprecated ``ix `` accessor
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ def get_file(fname):
3333setup (
3434 zip_safe = False ,
3535 name = 'swat' ,
36- version = '1.6.1-dev ' ,
36+ version = '1.6.1' ,
3737 description = 'SAS Scripting Wrapper for Analytics Transfer (SWAT)' ,
3838 long_description = get_file ('README.md' ),
3939 long_description_content_type = 'text/markdown' ,
Original file line number Diff line number Diff line change 9090# SAS Formatter
9191from .formatter import SASFormatter # noqa: E402
9292
93- __version__ = '1.6.1-dev '
93+ __version__ = '1.6.1'
You can’t perform that action at this time.
0 commit comments