Skip to content

Commit

Permalink
Prepare for v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin D Smith committed Sep 13, 2017
1 parent 88caeda commit 7a6f339
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@

# Change Log

## 1.2.1 - 2017-09-13

- Better support for binary data in table uploads and parameters
- Add integer missing value support
- Allow list parameters to also be sets
- Improve connection protocol detection
- Add `eval` method to `CASTable`

## 1.2.0 - 2017-05-02

- Use `upload` action rather than `addtable` for `read_*` methods.
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,6 +9,15 @@ What's New

This document outlines features and improvements from each release.

v1.2.1 (September 13, 2017)
===========================

- Better support for binary data in table uploads and parameters
- Add integer missing value support
- Allow list parameters to also be sets
- Improve connection protocol detection
- Add ``eval`` method to ``CASTable``

v1.2.0 (May 2, 2017)
====================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
setup(
zip_safe = False,
name = 'swat',
version = '1.2.1-dev',
version = '1.2.1',
description = 'SAS Scripting Wrapper for Analytics Transfer (SWAT)',
long_description = README,
author = 'SAS',
Expand Down
2 changes: 1 addition & 1 deletion swat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@
# SAS Formatter
from .formatter import SASFormatter

__version__ = '1.2.1-dev'
__version__ = '1.2.1'

0 comments on commit 7a6f339

Please sign in to comment.