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 1
1
2
2
# Change Log
3
3
4
+ ## 1.6.1 - 2020-02-10
5
+
6
+ - Add pandas v1.0.0 support
7
+
4
8
## 1.6.0 - 2019-11-21
5
9
6
10
- 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
9
9
10
10
This document outlines features and improvements from each release.
11
11
12
+ 1.6.1 (February 10, 2020)
13
+ =========================
14
+
15
+ - Add pandas v1.0.0 support
16
+
12
17
1.6.0 (November 21, 2019)
13
- ===========================
18
+ =========================
14
19
15
20
- Fix letter-casing in ``has_action `` and ``has_actionset `` methods
16
21
- Remove usage of deprecated ``ix `` accessor
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ def get_file(fname):
33
33
setup (
34
34
zip_safe = False ,
35
35
name = 'swat' ,
36
- version = '1.6.1-dev ' ,
36
+ version = '1.6.1' ,
37
37
description = 'SAS Scripting Wrapper for Analytics Transfer (SWAT)' ,
38
38
long_description = get_file ('README.md' ),
39
39
long_description_content_type = 'text/markdown' ,
Original file line number Diff line number Diff line change 90
90
# SAS Formatter
91
91
from .formatter import SASFormatter # noqa: E402
92
92
93
- __version__ = '1.6.1-dev '
93
+ __version__ = '1.6.1'
You can’t perform that action at this time.
0 commit comments