From 175a5759f23552be3e701658ffea2d4d26519f4f Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Wed, 23 Sep 2015 15:34:58 -0400 Subject: [PATCH] Prepped version 0.2.1. --- CHANGELOG | 7 +++++++ saws/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 797cd799..e21a6f5b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,13 @@ Changelog ========= +0.2.1 (2015-09-23) +------------------ + +### Bug Fixes + +- Fixed [#29](https://github.com/donnemartin/saws/issues/29): Dependency python-prompt-toolkit > 0.50 breaks saws. + 0.2.0 (2015-09-22) ------------------ diff --git a/saws/__init__.py b/saws/__init__.py index 7805ba79..3ca654a6 100644 --- a/saws/__init__.py +++ b/saws/__init__.py @@ -11,4 +11,4 @@ # ANY KIND, either express or implied. See the License for the specific # language governing permissions and limitations under the License. -__version__ = '0.2.0' +__version__ = '0.2.1'